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 a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
how can i pass a "cript"as a parameter in to a function
Give the syntax to import/export xls into qtp.
What phases are involved in testing an application in qtp?
why don’t use real time they r not using check points
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
How to use the object spy in quicktest professional 8.0 version?