RSS Feed for Sample Test casesCategory: Sample Test cases

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.

There is one input field and random button in the Form. Functionality is when I click random button; it has to generate the random numbers for specified range. Write positive and negative test case for this scenario. »

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 [...]