how to merge object repositories?

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


Please Help Members By Posting Answers For Below Questions

How to data driven test for Win objects in QTP ?

1477


QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue

5519


What is different command used in command Prompt while using QTP?

1747


How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))

1672


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1328






What is the meaning Work bench?

1766


what could go wrong with test automation?

1507


When to use descriptive programming?

595


Discuss the QTP Environment?

632


what is the diff b/w assistive and mandatary rules of object repository in QTP???

1616


Why is action split used by qtp?

564


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

1855


Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?

1690


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618


Is it possible to change the property value at runtime? How it is possible?

575