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 are the Test design techniques you uses in ur project?
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
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Why is action split used by qtp?
what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX
Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks
How to count the no of objects in XML file(QTP)
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
How did you achieve reusability via QTP?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What are the various types of Actions in UFT?
How to load object properties to object repository through scripting.give one example