Multiple choice technology testing

What is the method that can be used to retrive a run time value of any object, say a user input value?

  1. GetTOProperty

  2. SetTOProperty

  3. GetROProperty

  4. None

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

GetROProperty (Get Run-time Object Property) retrieves the actual value of an object's property during test execution, such as user input. GetTOProperty only retrieves the property value stored in the Test Object repository.