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 (Run-Time Object Property) is used to retrieve the actual runtime value of an object's property, such as user input or dynamically generated values. GetTOProperty retrieves test object properties (descriptive properties), while SetTOProperty modifies test object properties but doesn't affect runtime objects.