lishadaniel
8 years agoNew Contributor
Multilingual Testing in Desktop Application using TestComplete
Hi,
I have to test a desktop application that runs in 11 different languages (French, Japanese etc).
I have refereed the below link for Solution:
Tried solutions:
1. Tried Name Mapping Configuration Option : But maintaining it for 11 languages seems difficult.
2. Tried to map a unique property like Screenleft, Screentop etc as mentioned in the above solution. When the application is moved from one position to another in the screen, these values are again varying. Hence script is failing.
The tested app does not have any unique ID as it is changing dynamically.
Could anyone suggest a solution for this issue? :(