What is the extension of script and object repositary files?
Answers were Sorted based on User's Feedback
Answer / ravindranadth
This is the first time posting the answer. there are 6
extns are there in QTP.
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
Recovery scenario :.qrs(Quick Recovery scenario)
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / basha
The extension for :
SCRIPT file : .mts
OBJECT REPOSITORY (shared) : .tsr
OBJECT REPOSITORY (per action) : .mtr
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sharath
The extension for Script file is .mts
and the extention of the repository file is .tsr
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / me :)
Hi poonam can you check whether tsr is for shared and mtr
is for per test??
OR both mtr and tsr can be shared across??? ;)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanjeev
extention of script file is .mts(Mercury Test script)
extention of object repository file is .bdb(Borkely
database)
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ravipati srini
Can anybody tell what are the extension of the below:
.tsp
.tsr
.mtr
.mts
.bdb
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / poonam
Extension for test script:->
* The extension of Test Script File : .mts
Extension for test repository:->
* The extension of test repository(per test): .tsr
* The extension of tesr repository(shared): .mtr
| Is This Answer Correct ? | 1 Yes | 7 No |
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
how u track bugs using Test director in manual testing.
How to use the Object spy in QTP 8.0 version?
how do u get lib files into scripting files?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
How to suppress warnings from the test results page?
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
What is an optional step in qtp ?
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday