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 |
What is test strategy??
How to do integration testing on duster......
What are the RBI rules has to follow by a bank for online precesseing. ?
what is testcase review?What is the use?
what is stress testing, and load testing, vidune testing pls give suitable example in the question
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .
what is e-tester?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ?
what is risk based testing ?
what is test coverage?
How do you analyze your test results? What metrics do you try to provide?
what are the Cs in testing