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 |
Is the qtp course will help to create a virtual object?
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
How do we analyze the checkpoint results?
Is it possible to change the extension of Shared object repository?
How can I pass values from one action to another in QTP ?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Which scripting language used by quicktest professional (qtp)?
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
What is smart identification?
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
Hoe can we do retesting using functions please give the code for it using login page