.mtr ( modular test repository or mercury test repository)
plz give correct answer??
Answers were Sorted based on User's Feedback
Answer / anil
.mtr is the extension of Local OR/Per-action OR
.mtr stands for Mercury Test Repository.
.tsr is the extension of Shared OR/Global OR
.tsr stands for Test shared Repository.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chinna
Hi
per action .mtr (Mercury Test Repository)
Shared repository .tsr (Test Shared Repository)
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ashok kumar
.mtr:master test resource file (share repository file)
.tsr:test resource file (per action only)
| Is This Answer Correct ? | 1 Yes | 3 No |
Can any one explain about environment variables with examples?
When i use paramateriztion for tickets in flight reservation application , the tes'll run for first iteration but for the second iteration it'll give this details, but the second iteration is failed. Pls anyone clarify it. Cannot find the "Agent Name:" object's parent "Login" (class Dialog). Verify that parent properties match an object currently displayed in your application.
Write a script to delete a specific row in a webtable.
wt is the xtension of the QTP result view file?
How to find the difference between 2 dates in qtp?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
Brief the process of testing with UFT?
what is the another name for blackbox testing?
can any body tell me all of the release dates of QTP?????..... thanks in adv!
In Test Director , You can store Test cases or vb Script . Why we need VSS?
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If