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 |
What is meant by Output Value in UFT?
Did you face the problem, changing the properties of an object in Run Time?
synchronization, wait,wait Property?
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
I want some banking domain projects where can i get this projects ( anybody can help me plz)
Can anybody give the script to addsheet, add column,add values under that column in the rows?
how will you load the test cases in ddt?
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
Discuss quicktest professional environment?
we have 10 actions in out test how can we convert 9th action is main action ? how ?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.