Multiple choice technology testing

The _______ Statement -Initiates a pause during a run session

  1. WaitProperty

  2. Sync

  3. Exit

  4. Wait

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

The Wait statement in QTP pauses test execution for a specified number of seconds. WaitProperty waits for a property value, Sync waits for navigation, and Exit terminates a loop/action. Only Wait creates a simple time-based pause.