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 I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
Write a QTP script to print all the link names displayed in a web page
how can we retrieve ten rows from the data table using loop concept?
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
what will be the stmt if record any edit box in the Web application ?
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
How to connect to oracle(sqlserver) database to QTP
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
Why do we use breakpoints in QTP?