Multiple choice technology testing

Waitproperty method takes the following parameters, in the following order

  1. value, time out

  2. property name, value, time out in milliseconds

  3. property name, value, time out in seconds

  4. property, time out

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

The WaitProperty method in QTP/UFT takes three parameters: the property name to check, the expected value, and the timeout in milliseconds. It waits for the specified property to attain the expected value within the given timeout period.