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 |
Why a framework is needed?? Plaese post your answers ASAP
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.
How do we retrieve the content from a text box in a web page
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.
What is qtpro? What is quick test pro?
What is difference between shared and local object repository?
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
write the code to reverse a string without using Strrev built in function.
what is the Exact Meaning of Environment Variables?
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?
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.
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?