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 |
what is the purpose of .vbs file?
can u tell me website address of VBscript with examples.
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
write code to read and write data from file?
How many types of Check Point in QTP
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
what is the difference between built-i function and In-built function?
how to disable the pop ups through QTP using a script
How can I change object description or check point values in qtp?
How is the Bitmap checkpoint different from Image checkpoint?
1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty and GetTOproperty .give real time scenario. 2>Give and real time ex for the bug having "High Severity and low priority"on banking doamin web based application.
after click on compose mail how can we attached a file in qtp with vbscript code