Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is batch testing?

Answers were Sorted based on User's Feedback



What is batch testing?..

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

What is batch testing?..

Answer / lakshmanaraj bg

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

What is batch testing?..

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

What is batch testing?..

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

Post New Answer

More QTP Interview Questions

What are the differences between quicktest professional and winrunner?

0 Answers  


What is runtime objects and test objects? What is the difference between them?

7 Answers   IBM,


Connect to QC using AOM.

0 Answers   Deloitte,


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

0 Answers   Accenture,


how can i pass parameters into function?

4 Answers   Livetek,


WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?

6 Answers   CTS,


What are the various automation frameworks available in qtp?

0 Answers  


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 .

1 Answers   AppLabs,


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

0 Answers   ADITI,


How to capture data from images in QTP and produce them in Excel sheet ? please ans...

3 Answers   Sapient,


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?

0 Answers  


Categories