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 |
What contains Data Driven Framework document in qtp?
How can you identify the browser and its information using the qtp script?
For which type of project the iterative model is suitable?
how to invoke the web application through script in qtp
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
can we use QTP for load testing instead of load runner?
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
I Have web table shown below ----------------------------------------| | orcut | GMAIL | NAUKRI | |----------|---------|-------------------| |HOT MAIL | MONSTER | VISIT FACEBOOK | |----------|---------|-------------------| |SKYPE ACC | IRCTC | GOOGLE | --------------------------------------- Here i have 2 question friends.. 1.i want to chick the link "VISIT FACEBOOK" is there or not if it's there i want to click the link 2.here how to find the web table row or column count ... don't write the excel or data table script here friends ..consider that it's a WEB TABLE
Tell me Three major differences between QTP & Winrunner?
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
from where we will retrieve data for data driven tests in qtp?
what is syncurnisation point? what is the use of this in real time environment? plz explain?