Multiple choice technology testing

With the following statement, how long will QTP check for the existence of the Button?Window (“Flight Reservation”).WinButton (“OK”).Exist (3)

  1. 3 Seconds

  2. 20 Seconds

  3. Whatever the default time is Set to plus 3 Seconds

  4. Whatever the default time Set to

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

The Exist(3) parameter adds 3 seconds to QTP's default object synchronization timeout. QTP first waits for the default timeout period, then adds the specified 3 seconds before returning false if the object is not found.