Answer Posted / anna
both will perform the same functionality but both r having
advantages and dis advantages
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to analyzing the checpoint results?
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
How do we analyze the checkpoint results?
How many types of run modes are there in qtp?
Which scripting language used by quicktest professional (qtp)?
Explain types of output values?
What is the difference between per-action and shared?
How you will rate urself in QTP in the range of 0 to 5
How to handle Java tree in QTP?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Does Low-level recording capture mouse movements?
What is the difference between analog and low level recording?
Explain different checkpoints in qtp.
diff between qtp versions from 8.5
How to associate function library at a run time?