What is the Obect Repository type, we use in Automated
Testing..in Real time..
Pls anybody can give the answer.. Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / manjunath dasari
Object Repository: 2 types ( Per-action, Shared)
Per-Action: Default , but it is not reusable , used to that
current test only, Extension :- Mtr
Shared:its a reusable repository, we can use in multiple
scripts ,extension :- tsr
using this syntax : repositoriescollection.add("Path") we
can use int script itself
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rakesh
.tsr--->test shared repository(Reusable in Multiple Tests)
.mtr----> module test repository(Nonresubale local to the Test)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ddpras
In Real time automation, mostly used repository is: Shared
OR.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alok
In real world mostly we used the Shared Object Repositary,
which extension is.tsr(test shared repository)
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of object repository and how QTP recognizes objects?
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
How does qtp identify objects in the application?
what is the difference between built-i function and In-built function?
What is the file extension of the code file in qtp?
How many types of recording modes in qtp? Which will be used when?
What is the difference between byref and byval in qtp?
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,
Why do we use text checkpoint as we can make use of the same in the standard check point?
Explain how qtp identifies objects?
what are the difference between qtp8.2 to 9.0 surya
How to compare the two strings?