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 Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman
What test you perform mostly? Regression or retesting in your testing process?
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How to open any application during Scripting in QTP?
pls help me with scripting,right from the beginning in QTP
Username field having some string mistake like"user naem".what type of testing i prefer to test spell check.
What is action split and the purpose of using this in qtp?
Approach for Installation,comaptibility,system testing
how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain how Does Run time data (Parameterization) is handled in QTP?