In this article we discuss how to create a Synchronization point.
If you do not want QuickTest to perform a step pr checkpoint until an object in your application achieves a certain status then you should insert a synchronization point to instruct QuickTest to pause the test until the object property achieves the value you specify (or until a specified timeout is exceeded).For example, suppose you record a test on a flight reservation application. You insert an order and then you want to modify the order. When you click the Insert Order button, a progress bar is displayed and all other buttons are disabled until the progress bar reaches 100%. Once the progress bar reaches 100%, you record a click on the Upload Order button.You can insert a synchronization point that instructs QuickTest to wait until the Update Order button's enabled property is 1.To insert a synchronization point:
Mastering Unit Testing