Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you merge two Object Repositories?

Answer Posted / guest

QTP 9.2 and follow versions only supports Object Repository
merge tool through that we will merge two
repositories.......
1.Resources-->Object Repository Manager-->Tools--
>O.Repository Merge Tool.
2.export local objects to .tsr file.
3.Two or more than files can be merge with O.R merge tool
in O.R.manager tool.
4.after that you have to associate actions to merge files.
5.after that merging u will get Shared repositories files..

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",

1895


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

4310


What is recovery scenario in qtp?

1009


What is ‘object spy’ and what is the function of object spy in qtp?

1112


What is the difference in testing a client-server application and a web application?

1125


How many types of trigger events are there in qtp?

1033


What environment does qtp run in?

1139


Explain how Selenium is different from UFT?

1287


What are the different types of qtp test assets and their extensions?

1185


How to check bitmap output value?

1201


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

2029


What is synchronization? What are the ways you can synchronize?

1163


I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2

2013


What is clean sweep?

1841


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

2322