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 |
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?
How do u use Database checkpoints and what are the use?
What are the different types of checkpoints?
What is file database?
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
What is operator in VB Script?
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.