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 |
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
How iteration is related to Test Results in QTP?
Generic function to search for the unique link in webtable and click on it
How do we handle run-time errors?
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
suppose i opened 6browsers and i want re-open the 4browser what is code for this..pls help me..
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
Check point what is how many types of checkpoint and explain
What are the Levels of Automation in QTP
how do you done Data-driven test using MS-Word Instead of DataTable
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.