chapter012

Chapter 28

Synchronization

Synchronization points are used in UFT to keep the code in sync with the application under test. UFT executes the code statements in a fraction of second while it may take more than a second or a minute for the application to respond. Synchronization code is used in these scenarios to pause UFT execution till the application under test (AUT) responds. Synchronization between the code and the application is required because application response time is not always the same. Depending on server load, database volume, network speed, and code performance the application response varies from time to time. Synchronization code helps halt UFT execution only until the object is not loaded into the application. ...

Get Agile Automation and Unified Funtional Testing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.