What does ".mst" stands for? (abc.mst)
Answers were Sorted based on User's Feedback
Answer / moreshwar deshmukh
Hi,
.mst stands for Mercury Script Templet.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / bujji
".mst" Stands for Mercury Script Temaplate.
which will be used for setting up automatic "Boiler Plate "
in any newly opened blank Test in QTP.
Let me know in case of any questions else correct me if
something thought wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
. Types of properties that Quick Test learns while recording?
how do check the links in a webpage ?
What is QTP and the use of QTP in TD?
To which environments does quicktest professional (qtp) supports?
what is the difference between IE & Netscape in web testing on a log in page
tell me QTP standards ?plz
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"
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Can we test internet application using QTP?