What is batch testing?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
The SeQuential execution more than one test case is called
as Batch testing. Every test Batch is consists of mutiple
dependent test cases. In those batches every end state is
base state to next case .Test batch is also known as Test
suit or Test belt.
| Is This Answer Correct ? | 45 Yes | 13 No |
Batch testing is an integral part of Wild Country's quality system.
It is a process in which one test is done simultaneously on multiple specimens.
Steps for Batch Testing:
1). Prepare Individual Tests and Run once.
2). Open Test batch Runner Tool and Form Batches.
3). Run or Execute Test Batches from Test Batch Runner.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / helper
Batch Testing comes from batches. First we have batches, a batch means set of sequential transaction for any system. When we execute the test cases for those batches them we can say that we are executing batch testing. Basically for batch testing, we require AUTOSYS which is a Job Scheduler for running the jobs and boxes.
| Is This Answer Correct ? | 13 Yes | 10 No |
Answer / gowtham
Batch testing is the keeping the dependency test cases in
the one place. If we test one testcase and if it is
successfully executed then all other depoendent test
cases are passed where as If the test case is failed then
all other test cases are failed
Please correct me if i am wrong
| Is This Answer Correct ? | 10 Yes | 34 No |
What are the differences between quicktest professional and winrunner?
What is runtime objects and test objects? What is the difference between them?
Connect to QC using AOM.
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
how can i pass parameters into function?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
What are the various automation frameworks available in qtp?
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
Differentiate the type of test cases which can be automated and which cannot be automated?