Test Cases Question:
Download Questions PDF

Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

Answer:

1) Enter the required data and click the start button if it
fails then it should come out and get restarts and Log=1;

2) Enter the required data and click the start button if it
fails then it should come out and get restarts and Log=1+1;

3) Enter the required data and click the start button if it
fails then it should come out and get restarts and Log=2+1;

4) If log =3 then quit.

otherwise it should allow the user to perform the job.

Download Test Cases Interview Questions And Answers PDF

Previous QuestionNext Question
How to test a stored procedure?Write the testcase for a login page?