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 |
Can anybody send me the code to get the RO property of the active screen in QTP while running?
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
How to handle recovery scenario for a application crash.write script for this.
What kind of errors can b handled in QTP in real time scenario?
Can you import and export data from XLS and how?
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
We stored into the objects OR and then write the scripting
Hoe to generate all numbers in between to numbers suppose all numbers in between 1 to 100 using vbscript give me code
Can we do server automation by QTP? If you have any helpful links ,pls post it. Thanks Uma
At a time how many users can access QTP?