10-27-2010, 12:49 PM
Hi,
Yes, Performance is an important issue for all the application. Synchronization plays a useful role in the performance [reduce the chances of failure of the script due to speed].
There are different methods used for synchronization:
1) Wait: Used when a fix delay is required between steps
2) Waitproperty: Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.
3) Sync: Waits for the browser to complete the current navigation
Yes, Performance is an important issue for all the application. Synchronization plays a useful role in the performance [reduce the chances of failure of the script due to speed].
There are different methods used for synchronization:
1) Wait: Used when a fix delay is required between steps
2) Waitproperty: Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.
3) Sync: Waits for the browser to complete the current navigation