Per-Action Vs Shared repository?
Answers were Sorted based on User's Feedback
Answer / naren
1.Shared repository objects can be used for the entire test
where as Per-action repository objects can be used for that
particular action only.
2.Shared repository occupies less memory compare to per-
action repository.
3.If any change occurs in application we need to make
changes only once in shared repository where as per-action
repository needs change in every action respository.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / srikanth
Shared Repository is like a golbal file where we can use by
multiple tests .
Where as per action is like a local file we can use it in
single test only.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nomita
In per-action instructs QTP to refer to the external action
repository whereas in shared instructs QTP to use test
shared object repository for this action.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rajesh
Per-action:In qtp we select per-action mode then for each
action it creates a object repositary.This type of process
is memory westage process.
Shared repository:In qtp we select shared mode then for all
actions it creates one object repositary in a test.This not
memory westage process we can this repository in other
tests also.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / jayadev acharam
U can relate this with Global Sheet and Local Sheet of
Datatable
| Is This Answer Correct ? | 1 Yes | 6 No |
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
does qtp runs on internet explorer 7.0
Sometimes my QTP scripts works fine and sometimes its not though I am using same shared Repository and am not doing any changes in it.Even though for descriptive programming also its works fine and sometimes it does not work.my application is pretty stable.Could anyone please answer why am facing these types of issue??
What is quicktest professional?
What is the difference Between LowLevel and Normal Recording Modes?
QTP 9.2, Issue: Creating Shared Object repository. I recorded 2 scripts. I exported the Object Repository to a shared location for the first script. Associated the exported repository to the first script and deleted the Local Repository for the First Script. Now Opened the Second script and try to Add the Local Object Repository of 2nd Script to Exported Object Repository. But I fail. Can anyone please help in providing steps that need to be followed in creating a shared object repository? Thanks in Advance.
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
How to Import data from a ".xls" file to Data table during Runtime.
LINUX environment supports QTP or not? LINUX environment supports QC or not?
WHY U CHOOSE TESTING FIELD?
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)
hi gavasker i want how to merg OR's in QTP 8.2 by QTP Plus