Multiple choice technology testing

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

  1. GetVisibleText

  2. SetROProperty

  3. GetROProperty

  4. GetTOProperty

  5. GetPropertyValue

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

GetROProperty retrieves the current runtime property value of an object during test execution. 'RO' stands for Runtime Object - this method gets the actual property value from the application being tested. GetTOProperty retrieves Test Object properties from the repository (the expected values), not current runtime values. SetROProperty doesn't exist for retrieval. GetVisibleText and GetPropertyValue are not standard QTP methods for this purpose.