What are the abbreviations for tsr and mtr?

Answer Posted / thirumala reddy

hi friends,

.tsr-->test shared repository--> file extension of a shared
repository.

.mtr-->modular test repository--> file extension of a
per-action repository.

.mtb-->modular test batch--> file extension of batch run

.mts-->modular test script-->file extension of a test

.qfl-->quickTest functional library-->file extension of a
script in QTP

.vbs-->VB script-->file extension of library files

Is This Answer Correct ?    27 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What phases are involved in testing an application in qtp?

560


How do you convert manual test cases to automated test cases?

583


Hi,All How to create a link in excel sheet using qtp

3003


Which functionalities of QTP used in banking project?

1929


Explain the difference between data driven testing and parameterization ?

590






how will load the object during runtime?

1585


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2157


Hai anyone please "Explain about Framework in QTP?"

1621


Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1428


What is a checkpoint? How many check points are there in qtp?

530


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

3271


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618


how to test Web application using QTP software

1332


Output values? i want a practical example

1309


Define Error Pane of UFT?

692