In real time ,How to run all scripts in QTP? i,e in projects
Answer Posted / rahul
Tools-test batch runner-select u r scripts-line them up as u
required-run.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is output value in QTP and how it can be used in automation testing
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What is the diff between image and bitmap check point?
What is the keyword view and expert view in qtp?
how do i know how to use tools
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
is it possible to add sheets to excel at runtime
What is object repository in qtp?
What is the parameterization?
Explain the features of quick test pro(qtp)?
If I change the object name in one action will it be updated in all the actions? Or not?
What is the use of an object spy tool in qtp?
if our qtp vb Script may be Currepted then What we want do?
What is text/text area checkpoint?
Define Canvas view of UFT?