Hi, I need to form test cases for a program having 2 parameters, but it should be blackbox and must find all possible exceptions (such as division by 0, etc). Could someone provide me some resource or algo?
x/(x+y-5)
(x, y) = (1, 4) is one test case generated
Provide me way to generate test cases (obviously it should be less).