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
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:=",
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
What is recovery scenario in qtp?
What is ‘object spy’ and what is the function of object spy in qtp?
What is the difference in testing a client-server application and a web application?
How many types of trigger events are there in qtp?
What environment does qtp run in?
Explain how Selenium is different from UFT?
What are the different types of qtp test assets and their extensions?
How to check bitmap output value?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
What is synchronization? What are the ways you can synchronize?
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
What is clean sweep?
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..