what is the extension of action script template?
Answer Posted / 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 |
Post New Answer View All Answers
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
when u script reveiwing in which area u more concentrates?
Why to use descriptive programming?
What is the diff between image and bitmap check point?
what QTP Options do you know?
Explain the views in the QTP GUI?
What is ‘object spy’ and what is the function of object spy in qtp?
Discuss the QTP Environment?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What is CMMP and CMMH?
How to create a standard checkpoint ?
how to idetfy which test cases are automated?who will deside that plz tell me
What is use of object spy?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?