Hi Raj,
Thanks for the reply.
Our objective is to check for the localization of application UI in different languages.But if GetRoProperty is used it fails to recognize the string cut in UI, if present.
The logic used is to extract the string from the UI and compare with the expected string to check whether the localization is successful.The result will be always pass if GetROProperty is used,since it returns the text associated with the control rather than the text displayed.
When GetVisibleText is used the output is not consistent for different run sessions as well as across operating systems.
Kindly suggest any alternative for this?
Thanks for the reply.
Our objective is to check for the localization of application UI in different languages.But if GetRoProperty is used it fails to recognize the string cut in UI, if present.
The logic used is to extract the string from the UI and compare with the expected string to check whether the localization is successful.The result will be always pass if GetROProperty is used,since it returns the text associated with the control rather than the text displayed.
When GetVisibleText is used the output is not consistent for different run sessions as well as across operating systems.
Kindly suggest any alternative for this?

