rahul_1234's blog

By rahul_1234, history, 6 years ago, In English

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

  • Vote: I like it
  • -5
  • Vote: I do not like it

| Write comment?