which command u will use to access the application through
descriptive programing?
Answer Posted / c.chaitanyakumar
In Descriptie Programming we use InvokeApplication
InvokeApplication "path" in QTP
Or
SystemUtility Comaand in QTP
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you create regression test packs?
How is the Bitmap checkpoint different from Image checkpoint?
How many types of run modes are there in qtp?
If created one virtual object? Next time I changed the window position will it work?
Is qtp supports uni-code?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How many types of actions are there in quicktest professional?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
What is quicktest professional (qtp)?
To which environments does quicktest professional (qtp) supports?
What is the extension of qtp local repository?
How to create runtime property for an object?
How you can delete excel file in qtp?
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