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 |
How can I test the unix shell in QTP
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
How to call script1 into script2?
what is regular expression how will you implement it?
In QTP I have a parameter in a datatable that is a sentence. I need to take the last word from the sentence and enter it into a field in a web application. How can I setup a parameter to enter in just a portion of the parameter (last word of the sentence) instead of the entire paramater (whole sentence).
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
How to build scripts that access data from external sources?
How to find if given number is prime or not
How to modify the text checkpoint?
How to analyzing test results using quicktest professional?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.