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 |
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
What are the factors on which script execution time is dependent?
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
How QTP support all types of applications (platforms)?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
What is a Patch in QTP?
Please Explain The QTP real Testing process with steps.
What is a data driven test in qtp?
How to convert manual test cases to automated testcases
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
What r the different filters in defect in quality center
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?