Q- what is the advantage of merging tool in QTP 9.2?
Answer Posted / rico
I'm not sure, whether you want to know the advantages of
merging the two Object Rep (or) the merging tool itself.
Anyways, here is the answer for both. The advantage of
merging tool is to merge the two OR.
The advantages of the merging the two OR's is to remove the
redudancy of objects in the OR, which will improve the
preformance of QTP. When you have multiple shared object
repositories that contain test objects from the same area
of your application, it may be useful to combine those test
objects into a single object repository for easier
maintenance.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is qtp window?
What is qtpro?
Define object spy ?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
what is the difference between IE & Netscape in web testing on a log in page
Mention what are the different types of recording modes in qtp? Which will be used when?
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 use of Debug Viewer?
What are the flaws in water fall model and how to overcome it?
What is accessibility check point?
How the exception handling can be done using quicktest professional?
what is the difference between data driver & data driven and driver script?
Differences between text and test area checkpoints?
how will you load the test cases in ddt?
what is test scheduleling?