how can we merge the object repositories?is ther any option
in qtp to merge the object repositories if we have two or
three object repositories?
Answers were Sorted based on User's Feedback
Let us suppose that there are three object
repositories(shared)A,B,C
Go to Resources-->Object Repository Manager-->Tools-->Object
Repository Merge Tool
Then we will get one box with two options Primary file and
secondary file. Select the path of the A and B files using
buttons and select them. Then click ok button and it will
merge the A and B repositories.
To merge C repository to this (same navigation as above) and
here C is secondary file.
| Is This Answer Correct ? | 3 Yes | 0 No |
With QTP 8.2 ,there is QTP Plus setup.It provides
Repositories Merge Utility. The Object Repository Merge
Utility enables user to merge Object repository files into
a single Object repository file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / neelu
by using merge option, ex: if we have two files A and B,
first of all we should save this two files in C to merge.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bablu
Go to Resources-->Object Repository Manager-->Tools-->Merge Tool--> Add file location--> Set resolution..
Bablu
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / swarup
In Object repository there is an option to export the
existing object information to the required location, with
the help of that option we do merging, but there are no
specific method to merge the repositories.
| Is This Answer Correct ? | 0 Yes | 1 No |
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
Can anybody give the script to addsheet, add column,add values under that column in the rows?
What is Virtual Users?
How can you find Local Host Name by Using QTP?
i m fresher iwant to know about testing what is the scope of testing field.i m aware in manual testing shall i go to automatiuon testinh directly or if any work experinc in manual testinh then only i go to manually automation testing.
what is the extension for QTP files?
16 Answers American Solutions,
Waht is diff between SystemUtil.Run and invokeapplication
OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What is the difference between low level recording and analog recording mode when it will be enabled.