What r the diffrernt file extentions in QTP?
Answers were Sorted based on User's Feedback
Answer / shilpa reddy
If the script is saved with per action mode:
script is saved with .mts xtension(module test script)
repository is saved with .mtr xtension(module test
repository)
If the script is saved with shared repository mode:
Filles will be stored with .tsr xtension(test shared
repository)
library files will be stored with .vbs xtension
test results will be stored with .xml xtension
test batch files will be stored with .mtb xtension(module
test batch)
recovery file will be stored with .qrs xtension(quick
recovery scenario)
action templates will be stored with .mst xtension
test data files(if it is excel)will be stored with .xls
xtension.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / akshar jain
.qfl for function libraries, .bdb for local object
repository,.mts for test script file,.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / deven
QTP File File Type
QTP Script File .mts
Batch test File .mtb
Environmental Variable Files .txt, .ini, .xml
Input/Output Data (Datatable) .xls
Recovery Scenario Files .qrs
Library Files .vbs, .qfl, .txt
Object repository (Shared) .tsr
Object repository (Per Action/Local) .mtr
Action File .mst
Virtual Object Collection .vot
| Is This Answer Correct ? | 1 Yes | 0 No |
Differenece betwen Project and product ? when company need project or product?
What is the use of Accessibility check point?
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
Is it possible to change the extension of Shared object repository?
After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!
Suppose there is a bitmap with some text in it how do you write the script to get the text.
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
What is batch testing?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
Explain about random testing of 500 test cases?
what is keyword driven testing in qtp?n how is it useful?