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 |
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Explain script generated at the time of setting runtime property?
Where the text version of script file located in file system?
What is InStr()
What is the present version of the VB Script we are using
what is command for executing files?
There is one login screen,after accepting valid username and apassword, it will show the next screen. In the 2nd screen u r having 2 combo boxes, U have to select any item from these, and click OK button. After closing that, it will show the 3rd screen. If u click CANCEL button from 2nd screen it will show the first screen. Write QTP script for it???
c language is thre but what is the purpose of c++, java is there but what is the purpose of Advanced java ....why these are all versions are coming...whta is the problem?
1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
I am Using QTP 9.1 version. I have created a Shared Object Repository. The size of Shared Object REpository is 9 MB. In my system i am able to execute the script very flexibly and it is very fast. But if i copy the same code into other system with the same configuration, it is executing very slowly(i.e dam slow). It is not happening in all machines it is in only some machines. Can please any one give th esolution. It is high priority to me as i need to give demo to client on their machines.