thoshima
5 years agoOccasional Contributor
TestComplete scripts are failing with Different Screen Resolutions.
Hello,
I have the below query related to TestComplete:
I have created Testcomplete scripts with Machine Screen Resolution lets say (1366 *768) and I am able to run the scripts successfully and the same scripts are failing if another user trying to run the scripts with different screen resolution.
Query: Is there is any impact in Results if there is a change in Screen Resolution. Would be great full if anyone confirm on this.
Yes, if you are using screen coordinates in your test, then they are likely to fail on different screen resolutions. You should be working with objects rather than coordinates.
https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/index.html