Forum Discussion
Whenever you use the "Find" method, after performing the search, you should always check to see if the search was successful. That's the first piece of advice I have with your code. Find, if it fails, will return a stub object with the Exists property set to False. You should always check that after the Find to make sure you actually found what you want.
What it SOUNDS like is that you're dealing with a timing issue. Are the tests running on the same workstation, just different tools? Even if it's the same workstation, it's entirely possible that they run at different speeds.
Try replacing "Find" with "FindEx" to actually add a custom wait delay to finding the object.
https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/common-for-all/findex-method.html
Related Content
- 7 years ago
Recent Discussions
- 13 hours ago