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) is the QTP/UFT method used to retrieve the current property value of a test object from the application during a run session. GetTOProperty retrieves properties from the test repository, and SetROProperty is not a valid method.