Saturday, May 23, 2009

Synchronization

Problem or errors can occur due to timing issues eg:
- progress bar to reach 100%
- button to become enabled
- For window to open or
- pop-up message to open etc.
Ways to solve synchronization problem :
1) Add Synchronization
2) Insert Wait statement
3) Set Global Synchronization Timeouts
       -> change the object synchronization timeout ( File -> Settings -> Run Tab)
       -> change the Browser Navigation timeout ( File -> Settings -> web Tab)
       



No comments:

Post a Comment