what is the extension for QTP files?
Answers were Sorted based on User's Feedback
Answer / ddpras
.vbs file extesion for library file
.txt also use for extent text file.
.mts for script file
.mtr for peraction repository
.tsr for Shared repository
.mtb for batch test
.mst for Action file
| Is This Answer Correct ? | 52 Yes | 2 No |
Answer / sreekanth chilam
first of the question is not clear ...
Are you intending to know abt QTP Script file ?
if that is the case then Script file extension is .mts
Other Associated Files in QTP ;
.mtb (Batch File)
.txt,.ini,.xml (Environment Variable Files )
.xls (Input Data/Datatable)
.qrs ( Recovery scenario Files)
.vbs (Library Files)
.tsr,.mtr (Object Reository Files)
| Is This Answer Correct ? | 42 Yes | 2 No |
The extension of qtp scriptfile is ".mts"
and extension of object repo is ".trs"
| Is This Answer Correct ? | 36 Yes | 21 No |
Answer / newton
.vbs file extesion for library file
.txt also use for extent text file.
.mts for script file
.mtr for peraction repository
.tsr for Shared repository
.mtb for batch test
.mst for Action file
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / jawed
All File in QTP with Extension
Reposetory file
Per test object reposetory = .mtr
Share object reposetory = .tsr
Library file =(.txt,.qfl,.vbs)
Environment Variable File =(.txt,.ini,.xml)
Code File Extn/Scripting file Ext =.mts
Batch file = .mtb
Action file = .mst
Recovery Scenario = .qsr
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / kunal tambe
Hello Guys,
Here I am mentioning the files which are used in QTP.
.mts (Script file)
.mtr (local object repository)
.tsr (shared object repository)
.qrs (Recovery scenario)
.vbs (library files)
.txt (flat files)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vishal
function library files = .vbs, .qfl and .txt
local object repository file = .mtr
shared object repository file = .tsr
recovery scenory file = .qrs
Default.cfg :- "Microsoft Office Outlook Configuration File"
Default.xls :- "This is the copy of the internal datatable which is there by default. 1 sheet is Global, other sheets are as per the Action names"
Login.usr :- "It is a kind of default constant file where all the inbuilt vaialbles are assigned some values or otherwise"
Script.mts :- "This is just the scripts as per each action. Whatever you write in each action will be saved here"
thick_usr.dat :- "It is a kind of default constant file where all the inbuilt vaialbles are assigned some values or otherwise"
thin_usr.dat :- "It is a kind of default constant file where all the inbuilt vaialbles are assigned some values or otherwise. It consists of less no. is variables than thick_usr.dat"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / reddy
The extension for QTP file = .mts
Share Object repository = .tsr
Per action repository = .mtr
| Is This Answer Correct ? | 0 Yes | 0 No |
does QTP provides any tools for parametrisation?
What is the difference between Systemutil.run and Navigate.
breef description of batch testing ?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance
What is the best institute in Ameerpet? If people think Ameerpet is the pride of hyd they need to go to Delhi/Gurgaon/noida you can find the difference.
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
which tpye of exceptions mostly do we face in QTP
What are Test case selection criteria for Automation?
How will you test a stapler?
how can we retrieve ten rows from the data table using loop concept?
what is difference betweem class annd object?