Add a Synchronization Point While Recording
Posted on February 09th, 2009 in QTP Lessons
A Synchronization point must be inserted while Recording.If you want You can manually add a synchronization point after recording a Test.Always add the synchronization point immediately after the step to be synchronized.

To add a synchronization point:
- From the QuickTest Professional menu bar, select INSERT ? SYNCHRONIZATION POINT. The cursor changes to a pointing hand.
- Use the pointing hand cursor to select the object in the FLIGHT RESERVATION window for which you want to add the synchronization point. The OBJECT SELECTION - SYNCHRONIZATION POINT dialog box appears.
- Click OK. The ADD SYNCHRONIZATION POINT dialog box appears.
- From the PROPERTY NAME list, select the property name and in the PROPERTY VALUE field, type the property value for which QuickTest should wait before moving to the next step.
- In the timeout field, type the synchronization point Timeout in milliseconds. This time will be added to the Global timeout.
- Click OK.
Related posts:
Tags: QTP Lessons