What are the abbreviations for tsr and mtr?
Answers were Sorted based on User's Feedback
Answer / ankita
TSR : Test Shared Repository
MTR: Mercury Test Repository
Sure shot answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
TSR : Test Script Repository (shared action repository)
MTR : Mercury Test Repository (per action repository)
| Is This Answer Correct ? | 8 Yes | 8 No |
Answer / nikil
.tsr : Test Shared Repository/Test Script Repository
.mtr : Mercury Test Repository
.mtb : Mercury Test Batch
.qrs : QuickTest Recovery Scenario
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / rajendra samal
Batch test:.mtb(Mercury test batch)
Peraction Repository: .mtr(mercury test repository)
Shared repository: .tsr(test shared repository)
script: .mts(mercury test script)
functions : .vbs (vb script)
recovery scenario :.qrs
any doubt email me (rks286@gmail.com)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rafi
TSR: Test Script Repository
MTR: Modular Test Repository
| Is This Answer Correct ? | 2 Yes | 3 No |
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?
How to convert manual test cases to automated testcases
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How you used DDT in QTP?
What does ".mst" stands for? (abc.mst)
What is diff. between ordinal identifier INDEX and Location?
what are the environment variables,how do you use them. give an example.
Waht is diff between SystemUtil.Run and invokeapplication