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.
Synchronization: an advanced form of wait that wait for the properties to be enabled or disabled etc. used mostly in order to avoid timing PROBLEMS.

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.
Synchronization: an advanced form of wait that wait for the properties to be enabled or disabled etc. used mostly in order to avoid timing problems.



Discussion

No Comment Found