Answer Posted / chinmaya khatua
In QTP (9.2) we merging multiple Object Repository.
Follow this following path you can get ur answer
In QTP(9.2) go to
Resource---Object Repository Manager---Tools---Merge Object
Repositoy
After that a window will come, that window u have to browse
your object repository path and merge that two object
repository.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How will you compare keyword and expert view?
What is parameter in qtp?
What are output values and why they are used ?
What are main panes available in qtp test browser?
What is use of object spy?
What is the significance of “action 0” in qtp?
Key word driven framework
What is accessibility check point?
How many ways we can parameterize data in quicktest professional (qtp)?
Explain how you can delete excel file in qtp?
can anyone tell me from where i can download qtp demo or crack version
wt is the use of multiple questions in QTP
What are the various types of Actions in UFT?
Explain the check points in quicktest professional?