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 |
How many actions we can create with in a test?
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
how to retrieve data from flight resevation->reports
what is keyword driven testing
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.
What is descriptive Programming in qtp.
Hi all, On recording a particular Web application with QTP,Have came across a problem for which I havent found a solution so far.. The script of importance is as follows: Browser("Personalized Start Page").Page("XYZ").Frame ("mainFrame_4").Link("address.csv").Click Browser("Personalized Start Page").Page("XYZ").Sync Dialog("0% of dms.php from XYZ-").Dialog("File Download").WinButton("Save").Click My problem is that on recording the application with QTP and clicking the "address.csv" link another browser window comes up temporarily followed by the Windows "FileSave" dialog.The browser window which came up closes down when the Windows "FileSave" dialog is visible and I save the file to a windows location. On the "Record and Run" settings under Qtp,have activated settings for web and windows applications. But when I run this recorded script,and after the "address.csv" click,The browser window comes up and goes down,No Windows "FileSave" dialog comes up and the QTP shows the error Dialog("0% of dms.php from XYZ-") object is not found,though this object is there in the repository. Have tried putting the Dialog("0% of dms.php from XYZ- ").Exist property.But the "Exist" property is not recognised by the dialog at all. Any help in this direction is appreciated.. Thanks in advance J