How to work when Object Spy doesn't find object
Hi
Just starting out with TC. I'm a little unsure what the best practice is when I can't find the element with object spy. I have multiple items that I currently can't find. So what is the best practice/most reliable way to identify these?
I'm looking to find some of these icons, but unsure how to proceed in general. I also have a similar problem with the view meno tab at the top. This adds other tabs the deeper into the application you go. But object spy returns to whole tab area, and I can't select a given tab
Thanks
Jonathon
Hi,
Theres a multiple solutions to be able to spay these object from screen:
1) Working with application in debug mode. Check below topic for more information:
2) Use Text Recognition Technology in TestComplete:
3) Remeber that in project properties You have a list of currently supported objects, try to add custom classes into this directory.
4) You can also use Image Repository to interact with objects on screen.