To retrieve the current property value of the objects in your application during the run session
-
GetVisibleText
-
SetROProperty
-
GetROProperty
-
GetTOProperty
-
GetPropertyValue
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.