what is the extension of action script template?
Answers were Sorted based on User's Feedback
Answer / praveen
Exyension os an automation test script is .mts(modular test
script)
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / vandhana
QTP Script File : .mts ( mercury test script)
QTP Local Repository : .bdb ( berkely database)
Shared Repository : .tsr ( test shared repository)
Load test configuration file :Default.cfg
Load test configuration file :Default.usp
Test.Tsp ---- Test Settings File
Parameters.mtr-------- Test Parameters file
Default.xls-------- Datatable ( Excel file)
Resource.mtr-------- contain the resources associated information like function library, recovery, shared repository
Recovery Scenario -------- .qrs
Function library-----------.vbs / .qfl / .tst
Test Batch--------------- .mtb
Action Template--------- .mst ( mercury shared template)
Virutal Object---------- .vot ( virtual object template)
lock.lck------------- Created when the QTP test is open
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramakrishna.gatla
.mst
is it module script template
(or)
mercury script template
| Is This Answer Correct ? | 8 Yes | 6 No |
what is test scheduling?
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.
How to capture a window in qtp or how to take snapshot of any window while writing script in qtp
what is the abbrivation of .mtr in action reposirtory?
How did u write macros?What is the main importance of VB macros in testing environment?
How to handle Run-time errors?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
How to create a standard checkpoint ?
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
What is the latest version of QTP? aster googling i found it 9.5 . but somewhere in my frnds resume i hve seen 10.0 so i am a bit confused pls let me know.
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"