I am using Shared OR, and my collegues are also using
Shared OR. How to merge Object Repositories?
Answer Posted / nani
QuickTest Professional enables you to merge two shared
object repositories into a single shared object repository
using the Object Repository Merge Tool.
Tools > Object Repository Merge Tool.
enter primary file and secondary file.
then OR merge tool automatically merge the two OR in to a
one OR.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to test Web application using QTP software
How to remove the associated function library?
Explain the concept of how quicktest professional identifies object?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What r the different filters in defect in quality center
What is difference between run time object and test object?
Describe synchronization point.
How many types of parameters are there?
Explain about Test Fusion Report of QTP?
What are output values and why they are used ?
What is the architecture of your project? Can any one answer for this question plz........
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
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
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
what function you write to do database testing with the help of qtp?