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 |
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
Analyzing the checpoint results?
we have 10 automation scripts. how to call them from one main script.
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
what is keyword driven framework in qtp.
How do client side image and server side image work?
How many add-ins comes by default with quicktest professional (qtp)?
can we enable smart identification for test object
Explain abt the File System Object in QTP with ex
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
What is the file extension of the code file & object repository file in QTP?
how to write xml output check point bu useing descriptive programing .means without useing output check point