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 |
how to evalute defects in QTP script?
1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 Answers Genpact, Infosys, Symantic Space, TCS,
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated
How to handle the exceptions using recovery secnario manager in quicktest professional?
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
What is keyword view?
What are the Features & Benefits of Quick Test Pro ?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
is there any addin for remedy user application
how will u do database testing in qtp? how will u do the same with descriptive programming?
What are the views available in qtp?
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0