write test cases for this senario if a job fails it should
get restarted again this should happen for three times if
it fails again then it should quit?
Answer / deepthi
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.
| Is This Answer Correct ? | 10 Yes | 0 No |
is test case required to be baselined?
Smoke Test Checklist for Gmail please someone help!
i need Usability test case for home page?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What is ramp testing?
how to write test cases for sort drop down box containning 6 options in the drop down list.
Why is it that the boundary value analysis provides good test cases?
Explain the format of a requirement traceability
How to write test data for login module?
What are the condition when you begin to write test case in the Test Director. Ex.data condition what are the condition can some help me please i how write test cases.
what would be the negative test case for serach that break the search .
What is the Difference between Testing Types and Testing Techniques