Write a test case for division in calculator by taking two integers. Let me know the positive and negative test case? »
A=20, b=10
Positive Test cases: A/b: 20/10=2.
A=80, b=0
Negative Test case: a/b: 80/0= Error, positive infinitive.
Software Testing Interview Question | Test Director Interview question | Load Runner interview questions | QTP interview questions | Silk Test Interview questions | Win Runner Interview questions | Software Quality Assurance Interview Questions | Automated Testing Interview Questions | Manual Testing Interview Questions
Category: Sample Test casesA=20, b=10
Positive Test cases: A/b: 20/10=2.
A=80, b=0
Negative Test case: a/b: 80/0= Error, positive infinitive.
Specification:
Input field accepts only with range of 10-100 numbers and there is one. It should not accept below the range of 10 and after 100 numbers
Positive Test case:
11 - 99 and click on the Random button. It will generate the test cases starting from 11 to 99. Enter 22-88 in input field and it will [...]