Hi Robert
I know these two articles. I already had such situations where i had to wait for objects. I could handle this using delays and increase the auto timeout.
>> This means the test run is running faster than the application creates the objects you need to work with
I don't belief that. It is the main menu, we never close the main menu. In this situation I have no idea why the menu object should not exist. As I described I did this reserch:
- I entered a delay of 30s, Autotimeout 10s -> the object was not found
- During these 30s I can click to the menu object -> it is available. This is for me the evidence the object exist.
- My DataFilling project that runs before uses the main menu object as well.
- When I start the project suite without the DataFilling project -> it works
- After stopping highlighting the menu object -> it finds the object.
Is there a difference between clicking to the object using the mouse and accessing it by Testcomplete? Is there something I should know?