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 |
what is the another name for blackbox testing?
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.
what are the parameters you are considering for object identification?
What is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......
Write a QTP script to enter a keyword in to Google search engine?
what is the smart identification techniqu?what r the different mechanisums used in it?
How to open any application during Scripting?
How to test fly out menu in qtp?
Hi PLZ explain User Defined Functions in QTP with eample?
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
What are the ordinal identifiers in web page?