RE: what is synchronization and what is the difference...
i think synchronization means at some point of level it will stop for a while after that it will continue to further step. where as wait means it will wait until to press on continue
RE: what is synchronization and what is the difference...
WAIT: This method is used to make a QTP script execution to wait until the status of an object is matched.This method is used for synchronizing the scripts
SYNCHRONIZATION: This method is used to synchronize the script execution with application execution.Synchronization is of 2 types. 1. Local Synchronization 2. Global Synchronization(20 sec)--by default
RE: what is synchronization and what is the difference between synchronization and wait?
Synchronisation point is used to make the execution wait until certain property of an object is set whereas wait makes the execution stop for certain period of time regardless of the status of the object.
RE: what is synchronization and what is the difference between synchronization and wait?
Synchronization is the action for making two different actions to take place at the same time.For making this action to take place we are utilizing the wait function in the script.
RE: what is synchronization and what is the difference between synchronization and wait?
Synchronization: Action should be take place in time manner (State field should accept after accept the Country field) to take this action Wait() function is used in scripts untill the State field is selected.