Forum Discussion

nastester's avatar
nastester
Regular Contributor
2 years ago

Comparing Excel values with frontend

I am looking into an automated approach at verifying and regressing translated text for my frontend application using TestComplete.

All the values are in an Excel document (different languages in different sheets)

 

I have looked into using the Excel-Read Value function and setting the cell as a variable and then comparing the variable to the frontend object (see screenshots).

Is there a better way to go about what I am trying to accomplish?  I haven't worked with TestComplete and Excel to extensively. I really only need to compare the translated text in the spreadsheet to the value on the frontend and make sure they match.  This method below seems cumbersome and hoping there is some better way to do this.