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 types of exception handling and script for that?
Hi Friends,I hav Just finished QTP course.Can any body suggest me which is the best place to go and post resume(Ban,Chennai,Pune,Mumbai,NCR,Kolkata).I mean how r calls in these cities,the best one?
Among all the check points what is the most important checkpoint?
What are the most frequent errors you faced while executing your scripts?
What are the environment variables?
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
Up to how much VB scripting knowledge and what type of VB script knowledge is required for a QTP test engineer for real time to work ?
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
Explain the check points in quicktest professional (qtp)?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
.mtr ( modular test repository or mercury test repository) plz give correct answer??