The object does not exist
I have a test project in version TestComplete 9.30. I took a trial license of TestComplete 15.76. After running the test project, many tests failed because TestComplete post error “The object … does not exist”. But the object does exist and is equals to Object Spy. Adding delays to each test is a laborious task, because TC gives "The object … does not exist" for different objects each time. Maybe there is a general solution?
Testing desktop Delphi application.
Hi, what you are experiencing, is most probably a problem discussed here:
TestExecute 15.73 not working: 'Parent object not found' | SmartBear CommunityThe only reasonable solution for now is using 15.71 or lower and wait for the fix. The only other solution is to add WaitFor... methods here or there. But due to the semi-random nature of this issue, it's almost impossible task. One would have to add WaitFor almost everywhere.