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 |
Definationions for keyword view and tree view?
Write a script to delete a specific row in a webtable.
what are the areas that cannot be tested using an automated tool? list a few
Which statement will use for close an action in QTP?
How you will rate urself in QTP in the range of 0 to 5
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
can we enable smart identification for test object
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
I am a beginner plz tell me,how do we write scripts in QTP? In my opinion we can write scipts in expert view or there is another option where we can write scripts. plz tell me.
What is QuickTest Automation Object Model? Where we can use AOM?
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
how to identify an object which is not in the object repository identification can be done using descriptive programming.