whenever a scenario is recorded ever, it creates a object
repository automatically (‘per action’ /local ). we do not
need to make them individually…then why we need a shared
object repository. How it will be practically utilized ??
your input will be highly appreciated..
Answers were Sorted based on User's Feedback
Answer / varun
shared object repository is useful.... when we want shift
the scripts in a network. in this scenario, we can easily
shift one object repository file to that remote location
with our scripts. so, it will reduce some confusion.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / akshay
global or shared repository is helpful for several tests to
access the same objects with diff cases....all the objects
should be added at once and the suitable actions shud be
allowed access to the repository...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bfakruddin
This is major task in QTP, My friend please refer the
information about repositories... These answers are not at
all helpful... you will not get clear idea about
repositories with this answers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siddu
Per-action repository is used for that particular action only
shared repository is used for any action in that test or any
test.
We have to save the scripts for regression purpose, so we
required the corresponding repository. so we have to save
the object repository (In 9.5 when we saved a object
repository then it automatically changes to shared object
repository)
we can use one object repository inspite of two or three
repositories for each test by merging (using merge tool
option )these shared object repository (to save the memory
space and for best performance of QTP)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / devask007
in practical we can load the required repository whenever
it needed so it will helpfull to consume the memory as well
as time
| Is This Answer Correct ? | 0 Yes | 1 No |
What is different command used in command Prompt while using QTP?
i'm using QTP 8.2, How should i select(browse) object repository from desktop(or from local local drives like C:\,D:\)?. Note:- object repository to select(browse) is been sent by some other person who is using QTP 9.0
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
I have given u a application.To automate it what are the things will u consider?
How can we count the no of rows are available in a data table ?
How to execute a VBS file without using Execute File statement?
write script to read and write data from file ?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
Where we can use the analog mode and where we can use the low – level mode?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
does qtp need record and playback in realtime. plz tell exactly wat happens
Why to use descriptive programming?