difference between GetRoProperry and GetToProperty.and
where we've to use exactly those properties
Answer Posted / hari
GetTOProperty: Gets the Test Object Property i.e., it gets
only the mapped object properties value from the OR.
GetROProperty: Gets the Runtime Object Property i.e., it
gets any of the object properties value from the complete
list of properties available for that particular control.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
How do we handle run-time errors?
How to use setroproperty?
Explain advantages and disadvantages kdf?
how to idetfy which test cases are automated?who will deside that plz tell me
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How does qtp identify objects in the application?
can any body give the banking domain concepts/links
write script for bitmap image?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is system testing and what are the different types of tests you perform in system testing?
what is the frame work in J-meter?
What the differences are and best practical application of Object Repository?
How to modify object property in qtp ?
How many types of recording modes in qtp?