Solved
Forum Discussion
EkremMese1
1 year agoContributor
Yes. But I don't spot any code error either :(
- Marsha_R1 year ago
Champion Level 3
If you use TestComplete debugging and step through the code, does the error still occur? If not, then there is a timing issue. To test that, put a long pause before the line that normally gives the error and run the test normally. Best practice in that case is to put a Wait function in rather than using the pause going forward.