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 |
How would you export a script from one pc to another in qtp?
What is the entry criteria and exit criteria for your test automation
Hi All, How to Compare two strings character by character in QTP
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
How does quicktest professional identifies the object in the application?
what r the send key commands in QTP why they r used
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
Can we use index on view?
How to create Reusable and Multiple Actions?
hi i have one issue while coding the dates . i want to add the date curret to 4 days . can any one helme plz about this regards balaji
What are the different recording modes?