Is QTP a compiler or interpreter..? can you we execute a
QTP Script file in a another system which does not have QTP
installed..??
Answer Posted / viswanath
QTP is an Interpreter. We cannot execute QTP script in
another system which doesnot have QTP installed
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Why qtp always start action1 and does not start action?
What are the differences between qtp and winrunner?
How do you test DLL files using automation Tool QTP?
How to create Reusable and Multiple Actions?
Are Shared ORs read-only?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How is the Bitmap checkpoint different from Image checkpoint?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
what is description object?
how to write xml output check point bu useing descriptive programing .means without useing output check point
how to download mercury qtp9.2 ny internet ?
can any one say that where we can download the QTP trail version ??????????