Which object repository we use in real time and can we
merge 2 object repostiory and how?
Answers were Sorted based on User's Feedback
Answer / sudeepthz
We can Merge two object repository into one O.R. By using
the merge tool in the QTP 9.2..
Resources--> Object Repository Manager --> in that Tools
Menue--> Object Repository Merge Tool--> we can add primary
file and the secondary file---> select the path of the
repository files and click ok.
Now both the repository got merged and we can save this file
with the extension.tsr. and save the OR..
This How we will Merge two OR.
Note: But at a time we can merger two files only, not more
than that..
if you have any doubts shoot a mail: sudeepth.z@gmail.com
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / nagarathna
Merge is possible in QTP 9.0 version also in the method
that is mentioned in the above answer
Is This Answer Correct ? | 1 Yes | 0 No |
hi guys..
we can merge two repositories..but it is suggestible.
If u need two or more repositories for a test..u can
associate them by using associate repositories( If u r using
9.0 or above version) tool.
If u want add it during run time..
rpositoriescollection.add "<repository file path>"
if any queries..
nanda.dreddy@gmail.com
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / debashish_samanta
There are usually two types of object repository
1.Shared Mode (.Tsr)
2.Per-Action. (.Mtr)
We usually use 1.Shared Mode (.Tsr)object repository.
We can merge two object repository.If you go to
QTP-->Test-->Settings-->Resourses
You can use the Resources tab of the Test Settings dialog
box to associate specific files with your test, such as
VBScript library files and Data Table files, and to specify
the object repository mode and file to use for your test
Is This Answer Correct ? | 2 Yes | 5 No |
Answer / deepti palagiri
as said there r 2 types of object repository i.e.
1) per action
2) shared mode
by default its per action but in real time we use shared mode.
yaa we can merge two obj rep by an option " merge object
repositories in Quick Test Plus.
Is This Answer Correct ? | 1 Yes | 4 No |
Answer / abhesheke
we usually use 1.Shared Mode (.Tsr)object repository.
we cant merge two O.R
As far as i am concern u cant merge two O.R in a single
project i am speaking about shared object Rep(.tsr)
when speaking about per-action(.msr) this is possible
because for every action u perform a separate O.R is created
but u cant merge two files
any queries abhesheke@yahoo.com
Is This Answer Correct ? | 0 Yes | 5 No |
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
Explain the Load testing process?
How to test menu options using qtp
What are the various types of Actions in UFT?
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 the another extention name of library file.If that is exist than what's the differnce between them.
Is it a smart choice to use QTP for backend testing?
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
What are the difference between QTP and Winrunner
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
what is exacltly TIERS ?
How many types of recording facility are available in quicktest professional (qtp)?