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, 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
Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?
What is the latest version of QTP? aster googling i found it 9.5 . but somewhere in my frnds resume i hve seen 10.0 so i am a bit confused pls let me know.
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What is the virtual object?
More details about keyword driven technique in QTP
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
Explain about the Test Fusion Report of QTP?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How to count no of edit boxes on the page?
what are the different data driven types?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b