Multiple choice technology testing

The method that adds to the test while implementing Synchronization is

  1. Synchronize

  2. Wait

  3. WaitProperty

  4. sync

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

WaitProperty is a synchronization method that pauses execution until a specified object property achieves the expected value or times out. Synchronize is not a QTP method, Wait is a generic delay, and sync is for browser navigation.