WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY?
Can any body tell me answer of this quation........
Answer Posted / mahesh
In 8+ verisons the size of OR is 2 MB, but in 9 and above
versions of QTP there is no limit
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When to use shared and local object repository?
Discuss quicktest professional environment?
What are the advantages of qtp?
How to test background color and dynamic images during run time can you put the check point for moving objects?
what is meant by Implicit and explicit requirements?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How to use the object spy in quicktest professional (qtp) 8.0 version?
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
what is the difference between data driver & data driven and driver script?
What is the default add-ins in qtp?
What is quicktest professional (qtp window?
What is output value? How many types of output values are there in qtp?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
What is test object model in quicktest professional?
Difference between test object and run time object?