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 |
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
how i can delete the excel process for the task manager using QTP
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
Can we record a video in qtp recording??
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
How many ways we can parameterize data in QTP ?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
how do you remove object repository at runtime and load object repository and verify it
Name the different types of recording modes?
Approach for Installation,comaptibility,system testing
object types is used for what?
why use Description programming? what is advantages and disadvantage of this methods?