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 Testing environment in your company ,means hwo testing process start
what are the prerequisite conditins to test clientserver and web applications
What is test methodology?
what is meant by defect tracking?
what are things to be tested in job portal websites?
I am working in a small company as a QA analyst. Suppose company has a no testing work and they give me some other works like data entry work then how to reply in that matter. Means what I have to say? whether I have to accept the work or what? Please reply.
What do you mean by penetration testing? i go through' in some site, but i want in detailed . how we have to test by these type of testing. Will any one knows plz guide me. Thanks in advance
What is d differences between sanity and smoke testing with xample?If anyone knows pls ans dis ques
Why did you choose the Software Testing Field?
who prepare test plan?
How to write JSON query ? Explain with Example
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?