We can retrieve the properties of an object through the following:
1) Through Recording when we record the object properties are stored in the local OR
2) Through adding the object into the OR with add object button in the OR
3) Through Object Spy
If you know any other ways to retrieve object properties let me know on
sheshadrineela@yahoo.com
I don't think that GetROproperty is used to get the object property but
When you run your test, QuickTest creates a temporary version of the test object that is stored in the test object repository. You can use the GetTOProperty, GetTOProperties, and SetTOProperty methods in your test or function library to set and retrieve the test object property values of the test object.
The GetTOProperty and GetTOProperties methods enable you to retrieve a specific property value or all the properties and values that QuickTest uses to identify an object.
You use the GetROProperty method to retrieve the current value of a test object property from a run-time object in your application.