InterviewSolution
| 1. |
What do you understand about the synchronization point in the context of UFT? What are the different ways in which you can insert a synchronization point in UFT? |
|
Answer» The timing interface between the TOOL and the Application under TEST is known as the synchronization point. Synchronization point is a feature that allows you to set the time delay between TWO test script phases. For example, clicking on a link may take 1 second to load the website, 5 seconds, or even 10 seconds to load completely. The response time of the application server, network bandwidth, and client system capabilities are all issues to consider. The script will fail if the time varies unless the tester manages the time discrepancies intelligently. Following are the different ways of inserting a synchronization point in UFT:
|
|