Which object repository we use in real time and can we

merge 2 object repostiory and how?

Answer Posted / sreeprasad

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the mail use of frame work(with detail). architecture for keyword driven frame work

1416


Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?

1469


What are the types of object repositories? Which one is you using?

617


What is the extension of qtp local repository?

570


Whats the realtime QTP testing process

1991






Can the user toggle between using Local OR and shared OR for the same action?

556


Explain the Different types of QTP test assets and their extensions?

603


Name the properties you would use for identifying a browser and page when using descriptive programming?

520


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

1488


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1332


How u will do versioning in QTP?

1453


How many types of Automation frameworks are there in UFT? Describe them.

556


Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

1539


how to create flat file datasubmission in qtp

1898


What are the different ways to invoke an application using QTP?

641