What is synchronization and what is the difference between synchronization and wait?

Showing Answers 1 - 18 of 18 Answers

callmevish

  • Jun 28th, 2007
 

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

  Was this answer useful?  Yes

harikrishna

  • Sep 25th, 2007
 

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

  Was this answer useful?  Yes

Synchronization - is to stop the script execution until the application execution is completed.

Any synchronization point will start script execution once the application is ready.

Whereas in Wait, the script is stopped for the specified time even if the application is ready.

  Was this answer useful?  Yes

geekNirmal

  • Nov 29th, 2007
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions