Multiple choice technology testing

To retrieve the current property value of the objects in your application during the run session.

  1. GetVisibleText

  2. GetROProperty

  3. SetROProperty

  4. GetTOProperty

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

GetROProperty (Get Run-Time Object Property) in QTP/UFT retrieves the current property value of an object during test execution. This differs from GetTOProperty which retrieves test object properties from the Object Repository. RO properties reflect the actual state of the application at runtime.