Multiple choice technology testing

You can retrieve or modify property values of the test object during the run session by adding _______________ statements in the Keyword View or Expert View.

  1. GetROProperty & SetROProperty

  2. GetTOProperty & SetTOProperty

  3. GetTOProperty & SetROProperty

  4. GetROProperty & SetTOProperty

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

In UFT, GetTOProperty retrieves the value of a test object property, while SetTOProperty temporarily modifies a test object property value during the test run. These methods operate on Test Object properties (UFT's abstract representation), not Run-Time Object properties. GetROProperty only retrieves runtime values and cannot modify them, while SetROProperty does not exist.