Multiple choice technology testing

How to retrieve runtime property of an object?

  1. GetToProperty

  2. GetProperty

  3. GetRoProperty

  4. ObjectProperty

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

In QTP/UFT automation, GetRoProperty ('Run-time Object Property') retrieves the actual property value from the application during test execution, while GetProperty retrieves values from the object repository. Options A, B, and D are not valid QTP methods for retrieving runtime properties.