Multiple choice technology testing

The method that adds to the test while implementing Synchronization is

  1. Synchronize

  2. Wait

  3. WaitProperty

  4. Pause

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

In QTP/UFT, synchronization ensures tests wait for specific application states before proceeding. WaitProperty pauses execution until a specified object property matches an expected value or times out, providing robust synchronization for dynamic applications.