1) What is the diff Between GetRoproprty and Gettoproperty?
2)What is Redim?
Answers were Sorted based on User's Feedback
Answer / nalini
GetROProperty used for retriving the property value of an
object from application.
GetTOProperty used for retriving the property value of an
boject from Object Repository.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / saravanaraja
GetRoProperty: It will retrieve the current value during
run time.
GetToProperty: It will retrieve the value from the test
object only those objects present in the Object Repository.
ReDim: Re-allocation of the Array Size
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / qtphelper
Get Ro property is run time value of an object when the
application is running where as GetTo is the property
assigned to the object in the OR
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sandesh sawant
GetROProperty used for retriving any of the property value
of an object from application.
Gettoproperty is used to retrive all the properties and
their value of the object from which it is been identify.
EX.
Set col = Browser("Flight").Page("Flight").ActiveX
("Calendar").GetTOProperties()
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mahaboob
Objects which are existing in the application under test is called runtime objects and retriving the object property values from the application under test is called as getro property.
objects which are existing in the object repository is called as test objects,Test objects are give the reference to the qtp in order to identify the runtime objects,retriving the object property values from the object repository is called as getto property.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
how to identify the user defind varibles? plz tell me
What is the Diff between Image check-point and Bit map Check point?
Explain xml checkpoints.
What type of error u will get if u have not installed java add in in java project? what is the error name ?
What is difference between QC and TD?
What is the use of Debug Viewer?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is the difference between driver-script and AOM-script?
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks