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...


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



Which object repository we use in real time and can we merge 2 object repostiory and how?..

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

Which object repository we use in real time and can we merge 2 object repostiory and how?..

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

Which object repository we use in real time and can we merge 2 object repostiory and how?..

Answer / nanda

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

Which object repository we use in real time and can we merge 2 object repostiory and how?..

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

Which object repository we use in real time and can we merge 2 object repostiory and how?..

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

Which object repository we use in real time and can we merge 2 object repostiory and how?..

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

Post New Answer

More QTP Interview Questions

Does the Existing reusable action can be modified at the time of calling the action?? Please help me..

2 Answers  


hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..

3 Answers  


For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click

0 Answers  


How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)

7 Answers   Wipro,


what is L-trim function will do?

2 Answers  


Can you tell me QTP is support for GIS(Geography Information System) Based Software.

1 Answers  


I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...

0 Answers  


IS standard check point is very important than the other check points in QTP? If so why?

4 Answers  


What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?

0 Answers  


How u prepare Test result summary in QTp?

4 Answers   CGI,


how to retreive the xml file data through qtp.can anybody send script for this..

1 Answers   Synechron,


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?

0 Answers  


Categories