Question: ... Suppose you want to test the following java code: int a = input.nextInt (); int b = input.nextInt (); if (a 10) System.out.println(C); else

... Suppose you want to test the following java code: int a = input.nextInt (); int b = input.nextInt (); if (a 10) System.out.println("C"); else System.out.println("Not C"); } else System.out.println("A"); a. Create minimum number of test case(s) needed for full statement coverage? Use the following test case format: TC# input data: expected result: actual result: b. Create minimum number of test case(s) needed for full branch coverage? Use the following test case format: TC# input data: expected result: actual result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
