mustafa_openTAS
2 months agoNew Contributor
Using ControlID for More Stable Desktop UI Tests in TestComplete
Hi SmartBear Team, Weโre currently working on improving the stability and maintainability of our automated desktop tests using TestComplete for our application, OpenTAS. To reduce object recognition...
- 2 months ago
Hi, Yes TestComplete supports what you are doing very well. This is my preferred method of object recognition. Have you tried increasing your search depth to 10 or 12? It looks like your target object is several layers deep from the parent you have specified. To further define your target multiple properties and values can be used in an array format.
TestObj.FindChild(PropNames, PropValues, Depth, RefreshTree)
... If you find my posts helpful drop me a like! ๐ Be sure to mark the best answer if you get one to help others out and to credit the one who helped you. ๐