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 QTP/UFT, you can retrieve or modify the test object (TO) properties stored in the repository during a run using GetTOProperty and SetTOProperty. Run-time object (RO) properties are read-only during execution, meaning SetROProperty does not exist.