Answer Posted / k.sai krishna reddy
By Using Test Batch runner which available with QTP
tools.just open it add the required actions to that window
then say run. it will run the actions which u have added to
that.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
banking domain description for software tester for interview
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
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
When Recovery scenario actually starts while testing the application?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Explain about business process component? types and usage?
Explain types of descriptive programming?
I want to do QTP Certification what is the pattern of Question paper.
what is actually contain test report? can anybody post the test report
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
What is expert view and keyword view?
Explain the concept of how quicktest professional (qtp) identifies object?
What are the different recording modes and how do they work?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?