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 qtpro? What is quick test pro? What is a quick test professional?
What is the difference between driver-script and AOM-script?
How comfortable are you in VB scripting?
Explain the keyword createobject with an example.
What's QuickTest Window?
what difference between client and server applications exatly?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
Does QTP work in UNIX environment
5 Answers BirlaSoft, C1 India,
What In-string function will do?
i have qtp 9.4 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
How to open any application during Scripting in QTP?
How to get Links count in an web application,without descriptive programming?