1) What is the diff Between GetRoproprty and Gettoproperty?
2)What is Redim?

Answers were Sorted based on User's Feedback



1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?..

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

1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?..

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

1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?..

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

1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?..

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

1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?..

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

Post New Answer

More QTP Interview Questions

what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?

0 Answers  


Is it mandatory to know abt regular expression in descriptive programming

2 Answers  


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.

1 Answers  


what is Action conversion tool? what the Action conversion tool will do?

1 Answers   Satyam,


What is reusable action?

0 Answers  






To which environments does quicktest professional supports?

0 Answers  


Does QTP support flat files? If yes what are those?

2 Answers  


Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project

0 Answers   T Mobile,


what is defenetion of kiran can u tell me plz CVS, SVN

0 Answers  


What is throw object?

1 Answers  


How many ways we can parameterize data in quicktest professional (qtp)?

0 Answers  


Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?

1 Answers   CTS,


Categories