How we can merge the object repositories?say if we have two
or three object repositories then how e can merge them? is
there any option in Qtp to merge the object repositories
Answers were Sorted based on User's Feedback
yes we can merge the object repositories
-->go to Resources
-->select object respository manager
-->go to tools
-->select object repository merge tool
-->new window will appear with name "new merge"
-->give the path of the primary and secondary file
-->click ok
a window will appear with conflicts
if u want to change that conflicts go to "resolution options" and do the modifications
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / karunakar
In QTP9.0 There is Object Repository Manager Tool is there
under Resource Menu.In This Object Repository Merge Tool i s
there.Using this tool we can merge ORs.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / narendar
In QTP 9.0, We can two or more OR's
1. We can update Shared Object Repository by merging local
object repository. But Check points and output values are
not merged. We need to export them and all them to OR after
the merging is done.
2.We can merge one or more shared object repositoroes into
one OR.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manjunathareddy
YES - you can merge 2 repositories in qtp using object
repository manager.
Merging local to shared repository.
You would need to associate the shared repository with the
action containing the local repository. Go to "object
repository manager - update from local repository" option.
Follow these steps to merge -
1. Go to resources -> object repository manager.
2. In the object repository manager window, go to file ->
open, and select the shared object repository file. Clear
the “open in read-only mode” checkbox.
3. If the repository file opened in read-only mode, go to
file -> enable editing.
4. Go to tools -> update from local repository.
Merging shared repositories
1. Open the object repository manager.
2. Go to tools -> object repository merge tool.
3. In the new merge window, browse to the primary repository
file. Select the secondary repository file.
4. Click ok
5. Review the merge statistics, as described in viewing
merge statistics, and resolve any merge conflicts that were
reported.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar
In QTP 8.2 we have Quick Test Plus where we have a utility
called REPOSITORIES MERGE UTILITY from where you can add
the rep's and save it in a destination Rep
Start > programs > Quick Test Plus > utilities >
Repositories Merges Utility
Uday Kumar T.V.
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to replay a script in qtp?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
Why qtp the best testing tool?
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
in flight reservation ex once u login, u go into next window where we hav an option of new, open and help etc.. how to fetch those options and to go to respectiv tab accordingly using qtp.. plz let me knw answer for tis as early as possible. Thanks in advance... asha
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
can u explain about QTP Frameworks? what are the framework types are available? and How to set or create frame work for a application? Explain briefly?(Also give me one example)
Can we create a qtp test from qc?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
explian about the qtp frame work? where u can use it in your project?