Can any body tell me how can I choose the share object
repository and per action object repository mode. Please
give me with steps.
Answers were Sorted based on User's Feedback
Navigation:
test--> settings-->resources tab-->in that we will have
per action,shared.
PER ACTION:
.when we r working with single action tests
.we except tht the obj will not modified continusely
.if we r new to quick test and performing simple
recording and play back then select per action type
SHARED:
.if we r working with multiple tests
.we except tht the obj r modified continusely
.if we have less number of obj and more test scripts
.if we r expatised in quick test then select shared type
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sivakumar.
In QTP, default mode is per-action. We have a multiple
actions within the same script, each and every action
contains separate object repository. In per-action both
script and object repository both are tied with each other.
If you choose as shared object repository, all actions
contains only one object repository. We can use this object
repository to any actions, and memory is also save. Here
script and object repository both are independent with each
other.
Go to test menu --> click resources tab --> you can
view shared or per-action object repository.(In QTP 8.2 version)
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
What are the different types of recovery operation?
how to load vbs file to qtp through scripting. plz provide the code.....
How is the Bitmap checkpoint different from Image checkpoint?
How to Start recording using QTP?
what is difference between calling a function and reusing an action?
What is Object Spy?
7 Answers JKH, Ordain Solutions,
How to connect to a database?
what is test data
what are the different Frame Works in Quick Test Proffessional testing
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
How do u do batch testing in WR & is it possible to do in QTP, if so explain?