Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Zineo,
There are several ways to wait until your application is in a specific state. For example, you can use the aqUtils.Delay method to stop the test execution for a definite number of milliseconds. Another way is to wait for a specific object's property which is supposed to change when your application is in the ready state. I recommend that you refer to the Waiting for Object State Changes help topic for details about possible approaches.
There are several ways to wait until your application is in a specific state. For example, you can use the aqUtils.Delay method to stop the test execution for a definite number of milliseconds. Another way is to wait for a specific object's property which is supposed to change when your application is in the ready state. I recommend that you refer to the Waiting for Object State Changes help topic for details about possible approaches.