what is the advatages of merging of object repositories in
Qtp9.0
Answers were Sorted based on User's Feedback
Answer / kumar
1 .Suppose you are working on 2 different modules of a
project using QTP. We design scripts for each module
individually or 2 diffrent persons work on 2 modules.
finally if all the modules have to be integrated, then
merging object repositories is pretty much useful and
definitely needed.
2. If there are duplicate objects in 2 different
repositories and if we merge them, then duplication can be
avoided.
3. we can transfer entire repository if both are merged, we
can easily move it in to another machine if needed.
Correct me if i am wrong.
Kumar.
Kumar.rnv@gmail.com
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / supriya
For proper maintenance and to lessen the redundancy
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / arjun
when we use repository. we merge 2 different because to avoid the same object.
by merging we can
1) save the space in QTP.
2) improve the performance of QTP.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
How to export QTP results to an .xls file?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
what is verification & validation?
can we run the scripts of qtp 8.2 in the qtp7.0?
what is difference between wait and synchronization point.
Which object repository we use in real time and can we merge 2 object repostiory and how?
Explain about business process component? types and usage?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Write test cases for copy and past password in password field ?