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 |
How can we get a textcheckpoint in QTP9.1?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
QTP identified the object but not performing the desired action???what could be the reason?????
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
How to capture the Check point Value into a variable?
What does VBS file contain...??? what is VBS file.. ???
How to find the path of folder in which the test is saved in qtp?
write a qtp script to see time in windows command prompt? its urgent....
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?