What do u mean by BATCH test?
Answers were Sorted based on User's Feedback
Answer / kumaraswamynaidu
Batch testing means during execution we have to make a
dependent test cases as a batches.
ex; 1. insertion of atmcard
2. entering the pin number
here if we insert atmcard then only it will ask the pin
number. after enterin the pin number only it will ask
whether u want to withdrawl, balance enquiry etc.
then only it will ask from wher i mean from c/ac or saving.
then it will ask how much u want
if u observe here each and every test case is depending on
the previous test case.
therefore group all these test cases as a batch.
and execution of this batch i mean this dependent test
cases is called batch testing.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rajesh
It is also called as regression testing, after u debugging
the appliction u can run it from top to bottom
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ramesh16j
the sequencial execution of more than one test case is
called batch testing or it is also known test suite
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / mahesh
Batch testing means testing the automatic cronjobs and back-end processes. Lets assume the application has 1000 registered
users in a day. Now @ end of the day, There will be back-end jobs which process these records as per their business requirement
Whether it could be sending the information for 3rd party verification.. etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sailaja
testing the scripts in batches is called batch testing. in
WR batch test has only 'call statements 'to the scripts to
be executed. for this u have to select "run in batch
mode "in general options
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / deepa
Batch test is used for test the entire application from top
to bottom before going to production.
| Is This Answer Correct ? | 1 Yes | 4 No |
Who will do the design phase testing?
What is SRS , BRS and FDS?
how to intaract with clint? which purpose? plz tel me
If you are not able to reproduce one defect then what will be the status of that defect in your defect tracking tool?
what is the similarity between black box testing and unit testing
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build
what is verification and validation?
34 Answers DRDL, Infosys, MBT,
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
What is Environment Requirement?
why sanity testing and why smoke testing?
write 3 test cases on ATM for security purpose
Clear definition of boundary value analysis