Forum Discussion

ddguy's avatar
ddguy
Occasional Contributor
4 years ago
Solved

Help With Object Not Found Error

Hi, I do QA for a desktop application. This application has UI threads that are sometimes slow, which I believe is causing our nightly Test Complete tests to fail with "the object does not exist" er...
  • AlexKaras's avatar
    4 years ago

    Hi,

     

    I would start from figuring out what causes the 'Catastrophic failure' error. It might be an indication of some crash of/in the tested application or in TestComplete itself.

     

    You may also consider to use .WaitXXX methods (WaitWindow(), WaitAliasChild(), etc.) to dynamically wait until the sought for object becomes available.