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 System.out.println(Not

 Suppose you want to test the following java code: int a

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!