BlackBox

Revision en2, by rahul_1234, 2017-10-24 21:59:02

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).

Tags testing

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English rahul_1234 2017-10-24 21:59:02 115
en1 English rahul_1234 2017-10-24 21:57:34 233 Initial revision (published)