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 |
What is the current version of QTP and now it is the product of Mercury or HP
In qtp,how to interact tool & application build?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
I want to clear the webedit field without using set"" in qtp script
How to create log file in qtp?
in qtp how we work with out put values and what is the process?
Hi All, I need code for how to execute qtp scripts from excell sheet
What is recovery scenario in qtp?
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
I wnnt to learn about QTP Automation Framework,please give URL Address to get more information about AFW.
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?