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 |
How to change the scripts from Per-Action object repository to shared object repository
what is output value in QTP and how it can be used in automation testing
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
How to record objects of Windows taskbar
When you open QTP, how many sheets you can see?
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
With what extension you can save the list of tests in a file to run in test batch runner?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
what is run action?
Scripts for Ascending order in qtp.
How to recognise the webelement and verifying that webelement is enabled?
What is test object model in quicktest professional?