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
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
how will load the object during runtime?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How do you delete unwanted results in qtp?
What do you mean by checkpoints in qtp?
How many types of actions are there in quicktest professional?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
How many types of actions are there in quicktest professional (qtp)?
What is the recovery scenario in qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
For which type of project the iterative model is suitable?
what is the difference between data driver & data driven and driver script?
what is object and child object.. explain ..if possible give some example for better understanding ..