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


Please Help Members By Posting Answers For Below Questions

What is qtp window?

645


What is qtpro?

696


Define object spy ?

657


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?

1585


what is the difference between IE & Netscape in web testing on a log in page

1905






Mention what are the different types of recording modes in qtp? Which will be used when?

658


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

1578


What is the use of Debug Viewer?

1566


What are the flaws in water fall model and how to overcome it?

645


What is accessibility check point?

747


How the exception handling can be done using quicktest professional?

635


what is the difference between data driver & data driven and driver script?

2234


Differences between text and test area checkpoints?

661


how will you load the test cases in ddt?

1675


what is test scheduleling?

2122