HOW TO DO THE BATCH TESTING USING QTP?
Answers were Sorted based on User's Feedback
Answer / brahma reddy
go to tools ,options and select the tet batch runner and
select the scripting functions one by one by keeping it in
wait mode and execute it.
Is This Answer Correct ? | 16 Yes | 5 No |
Answer / kirankumar.y
go to start button
-QuickTestprofessional-then tools-select test batch runner-
and select your scripts after geting all scripts start
execute it any clearification kumarkiran.y@gmail.com
Is This Answer Correct ? | 8 Yes | 5 No |
Answer / shankar prasad
Hi,
you can use Multi Test Manager its a mercury tool for batch
run
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / sarika
Sorry this is not an answer :)Kumar I could run my tests
one after another but did not get any test report for any
of the tests.Could you please tell me how to get results
for all my tests?
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / babji
Generally in our company we won't encourage to use batch runner tool,because it has some limitations.
so we are using DriverScript only....
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ha
executing number of scripts continously at a time is konwn
as batch exection or batch testing.
navigation:start->programs->qtp->tools->test batch runer.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rayudu
after completion of your scripts execution thru Batch
runner, open that particular test script, then go to
Automation--->Results, then you will get results(file--
>open test results like resxyz).Through Batch mode, we can
not see the entire results at a time.
If above is the answer what is the need of Batch run.I can
call the reusable actions one by one.I will get all the
actions results.Why should I use batch run mode.Tell me the
correct resion for batch run.If I want to see the results
of every called scripts in Batch run how it is possible?
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / narendra
after completion of your scripts execution thru Batch
runner, open that particular test script, then go to
Automation--->Results, then you will get results(file--
>open test results like resxyz).Through Batch mode, we can
not see the entire results at a time.
Narendra
Is This Answer Correct ? | 0 Yes | 2 No |
how will you load the test cases in ddt?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
how to know no.of mails in our g mail by using vb-script
How can we translate the steps between the Keyword and Expert Views?
How you create new action in qtp?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
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
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
what are the areas that cannot be tested using an automated tool? list a few
What is the difference between low level recording and analog recording mode when it will be enabled.