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 / sreelaxmi
The answer is YES we can merge 2 object repositories in QTP
9.2
We have a feature called Object repository Manager in
Resources tab.
NAvigation:
Resources -> Object Repository Manager -> Tools ->
Object Repository Merge tool.
Give the 2 ORs and merge them.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / srinivas
In QTP 9.2 version we have only one cetralized object
repository, like that share repository
| Is This Answer Correct ? | 0 Yes | 1 No |
Can u explain about QTP framework
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
Which functionalities of QTP used in banking project?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
Whenever we use GETROPROPERTY function.
can u Give Procedure to Handle Pop Window & write Code for that
What are software testing metrics
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
Is it possible to call from one action to another action in qtp?