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 |
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
what are the difference between qtp8.2 to 9.0 surya
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
What exactly is the difference among all the three recording modes.
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
Explain different checkpoints in qtp.
What are advantages of test automation?
How to track the execution time?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
how to parameterise a test with data base table or excel sheet?
What are the properties you would use for identifying a browser and page when using descriptive programming?