Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Why a framework is needed?? Plaese post your answers ASAP

3 Answers   ACC, FD, Mphasis,


I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.

4 Answers   TCS, Wipro,


How do we retrieve the content from a text box in a web page

2 Answers  


how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.

1 Answers  


What is qtpro? What is quick test pro?

0 Answers  


What is difference between shared and local object repository?

0 Answers  


Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha

2 Answers  


write the code to reverse a string without using Strrev built in function.

14 Answers   ADP,


what is the Exact Meaning of Environment Variables?

10 Answers   AppLabs,


plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?

2 Answers   CTS, Tech Mahindra,


How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.

7 Answers   IBM, Wipro,


hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?

2 Answers   Value Labs,


Categories