InterviewSolution
| 1. |
What Is The Difference Between Wait And Synchronization? |
|
Answer» Wait : It is a general STATEMENT used to wait till the TIME is elapsed(wait(X)) --> x is the amount of time winrunner stops execution of the next statement against the default timeout of the winrunner between statement executions. Wait : It is a general statement used to wait till the time is elapsed(wait(x)) --> x is the amount of time winrunner stops execution of the next statement against the default timeout of the winrunner between statement executions. |
|