Howto debug object not found
I have a situation TestComplete stops with the error "Main Menu was not found..." only during the testrun. I have 3 projects called in this order "Login" "DataFilling" "Extras". Starting the projects standalone works fine. But when I call the project within the Project Suite, TestComplete stops at the beginning of the project Extras. It doesn't find the very first step, the main menu, I entered a delay of 30s, within this time I can click to the menu -> it is available. After TestComplete stops, double click to the step which fails and highlighting the selected object, it find and shows the menu.
When I disable the Project DataFilling, it works. DataFilling contains several DataDriven Tests.
I don't know what's wrong. Has somebody any idea what I can do?
Thanks