Home > other >  The method of logical coverage design test cases
The method of logical coverage design test cases

Time:12-19

Analyzing the following program segment, respectively by six kinds of method of logical coverage given test case
Public void function (int a, b int, int) c {if ((a & gt; 1) & amp; & (b==0)) {c=c/a; } the if (a==5) | | (c & gt; 1)) {c=c + 1; } c=a + b + c; }
  • Related