Multiple choice technology testing

Among the following, which statement instruct QTP to wait until an object exists

  1. Wait

  2. Exist

  3. Both A & B

  4. None

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

Both Wait and Exist statements can instruct QTP to wait for an object. The Wait statement pauses execution for a specified time, while Exist checks if an object exists and can be used in a loop to wait for the object to appear. Both achieve the goal of waiting until an object exists.