What are the types of Object Repositories in QTP?
Answers were Sorted based on User's Feedback
Answer / ravichadnranath
1 per sction rep (.mtr)
2 shared object repository(in real time we use this).tsr
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / hariprasad reddy
There are two types of Object Repository files in QTP
1) Per-Action Repository file
2) Shared Repository file
The Extension of Per-Action is .mtr
The Extension of Shared is .tsr
We can use Per-Action as Shared one, but we cannot use
Shared Object Repository as per-Action mode. when u use
like this both file uses same extensions i.e (.tsr)
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ravikumar
there are two objectrepo...
1)local object repository (Per-Action Repository file)
2)shared object repository
shared repository will always save with thhe extensen .tsr
local object repositers will ve extensen of .mtr
by using (associate repository -> resource management) we
will export local repository into the shared ropository
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shenaz
Local Repository - If you are using local repository, you
can able to run the test only from where you developed it.
Shared Repository - If you are using shared repository, you
can run the test from any pc are shared pc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnateja muppalla
Local Repository which is generated at the time of recording. This is different from script to script and action to action.
But
Shared Repository before starting of your project, automation designers create it. Entire project people will be using it. For any modifications or additions you need to ask that person to add.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram.polavarapu
there are two types of repositories are there
1)local repositary
2)shared repositary
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gurucharan prabhu b.p
Shared OR:This stores test odjects in a file that can be
accesed by multiple components in read only mode.
Per action OR:This stores objects in a file that is
associated with the specific component so that only that
component can access the stored object
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivas
Shared Repository: Entire application uses one Object
Repository , that similar to Global GUI Map file in
WinRunner.
Per Action: For each Action ,one Object Repository is
created, like GUI map file per test in WinRunner.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / venkatesh
Local Repository
Shared Repository
Assosiated Repository
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain script generated at the time of setting runtime property?
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
What is Virtual Object? Plz Explain me with an example?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
In QTP where i have to concentrate more in the Interview point of View
can QTP works on LINUX platfom
Explain data driven framework?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Explain the check points in QTP?
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)