difference between GetROProperty and GetTOProperty
Answers were Sorted based on User's Feedback
Answer / pratap
GetRoProperty is used to get the runtime object property -
property of an object during run time
GetToproperty is used to get the test object property -
property of an object in object repositry
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / umesh
GetROProperty is Used to Retrive the property value of an
object from Application
GetTOProperty is Used to Retrive the property value of an
object from Object Repository.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / satya challa
You can identify the difference by the name itself
GetROProperty -> Get RuntimeObject Property
GetTOProperty -> Get TestObject Property
GetROProperty will give you the property of the specified
object at RUN TIME where as GetTOProperty will give you the
property of the specified object at NORTAL time.
| Is This Answer Correct ? | 1 Yes | 3 No |
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?
What are the Features & Benefits of Quick Test Pro ?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
Where should we turn Smart Identification ON in QTP?
How we can add actions in the test using QTP?
What is Modular framework and Keyword drive framework? Explain
What is use of object spy?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Explain QTP testing process?
your doing one project testing then how u know itis wheather web based application or windows based application?
What are the limitations in using Virtual objects?