Multiple choice technology testing

What is the purpose of Synchronization Point

  1. Wait for a specified time

  2. Wait until a particular object property achieves the value specified

  3. Wait until a response is received from host machine

  4. All the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Synchronization points in QTP are designed to wait until a particular object property achieves a specified value, enabling more precise synchronization than fixed time delays. While waiting for specified time is possible, the primary purpose and advantage is waiting for object state changes.