What is meant by Repository?
Answers were Sorted based on User's Feedback
Answer / suryanand
It is a place in QTP where the information of the objects of
testing are stored
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raghava raju
Repository is a storage location in QTP where objects
information is stored.it is a interface between tool and
applications.
All mondatary properties are stored in repository while QTP
learns objects during recording.
Two types of repositories available in QTP.They are shared
repository and per-action repository.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / devi
Repository means storage place where QTP will store the
object information like name, property and value in
Repository. In otherwords Repository means an interface
between AUT(Application under Test) and TestScript.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / arun
it is a feature provided the qtp. where Object's
information is stored during the recording or a Test
Engineer can explicitly sotre the object's information
[ Object's information means object's properties and their
values...]
and this information is used to identify the objects
during the execution.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mejeyaprakash
Object Repository is the place where all the objects and its Physical descriptions are stored. There are two types of Repositories available in QTP. 1. Per Action/Local 2.Shared
Local Object Repository is created automatically while the recording. In default all the objects Identified are stored in Local OR.
The Shared Object repository is created manually by using the Object repository manager using export to local option.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhavsingh maloth
repository means it's temporarly storage memory, it stores
server side created object names along with references of
the remote object......
| Is This Answer Correct ? | 0 Yes | 1 No |
I want to learn Advanced QTP, suggest me the best faculty in Hyderabad
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
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..
How to execute a winrunner script in quicktest professional?
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How to handle run time errors?
How to retrieve data from application objects?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
How to create an instance in QTP?