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 |
what version of test director supports the QTP? does testdirector supports the QTP9.0?
What is descriptive Programming in qtp.
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How to check the URL using Automation tool QTP
What is the difference between "call" and "callclose"
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
How did you use regular expressions in QTP and also in WR?
How to handle dynamic objects in quicktest professional (qtp)?
after initiating one project for testing, when exacltly QTP tester role starts?
How to see the screens after running test in QTP?
What is Optional step?