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 |
how to get the object count ?????????
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
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?
Waht is diff between SystemUtil.Run and invokeapplication
what is the mediater between qtp and application/project in automation testing?
how i will connect oracle or microsoft acess database through manually written Script
Hi, I will provide perticular age,it needs to enter date in text box (MM/DD/YYYY) compare to system date. or already exist data in the text box.
How will u test content of an web application with out using chechpoints in QTP 9.2?
How i can use Regular expression in QTP?give detailed steps for it.
how can I read text in browser and export the same into text file?