Multiple choice technology testing

............ method waits for the browser to complete the current navigation

  1. exist

  2. wait

  3. waitproperty

  4. sync

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

The Sync method in QTP waits for the browser to complete the current navigation before proceeding with test execution. Wait is a generic delay, WaitProperty waits for a specific property value, and Exist checks if an object is present - none specifically handle browser navigation.