For what purpose to we use object repository in a
application?also explain usage of obj.repository?
Answers were Sorted based on User's Feedback
Answer / babu
Hi,
Whenever the user records the script, the objects logical
names and its descriptions will be stored in object
repository. When the user runs the recorded script, tool
tries to find the same test object in Object repository to
execute. If the tool is unable to find the particular
object in object repository, it will fail.
Without using object repository also, user can write
scripts which will be called as Descriptive programming.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ram
Object repositories are used to maintain the logical data of
n-number of objects.N-number in the sense not infinity.But
so far i heard that we can store 5000 objects in a single
object repository.
Based upon on the type of
recording(context-sensitive,analog,low level) the properties
of the object are recorded and stored in the Object repository.
When the script called for playback then according to the
script the object is identified in the object repository and
runs the script smoothly.If any object is missing in the
object repository then the script fails to playback.
Obj. repository are broadly classified into two types
1)per action obj.repository
2)Shared object repository
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / radhika
Whenever the user records the script, the objects logical
names are stored in Object Repository,
When the script called for playback then according to the
script if object is identified in the object repository it
runs the script. If any object is missing in the
object repository then the script fails to playback.
Is This Answer Correct ? | 1 Yes | 0 No |
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
Explain in brief about the QTP Automation Object Model.
what is the difference between quality and testing ?
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?
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?
Explain the differences between table and db checkpoints?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How many ways is to parameterize the value?
Describe how Smart Identification is used