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 to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
What is the method for maximize the application while we using Decriptive programming in QTP?
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me
what is vmodel?advantages and disadvantages of vmodel?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
I heard that in Hyderabad Ameerpet is renowned for its training institutes it has , but from my own experience I can only say that this institutes have become money making machines losing their cognitive ability and ethics , can anybody tell me is there a good ins. in hyderabad for testing tools.?
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
in qtp how we work with out put values and what is the process?
how to do regression testing in qtp? plz give ans with examples
How we test web based application by using QTP
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What are the different types of recording modes in qtp? Which will be used when?