Multiple choice technology testing

During a run session ,current property value of the objects can be obtained by

  1. SetROProperty

  2. GetROProperty

  3. GetTOProperty

  4. GetVisibleText

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

GetROProperty retrieves the actual runtime property value of an object during test execution, reflecting the current state of the application. This differs from GetTOProperty which fetches property values from the Object Repository (test object definition), not the live application. SetROProperty is incorrect as it doesn't exist: RO properties are read-only runtime values.