Question: Suppose you have the following code: int a, b, c, d; = if (a d) System.out.print(Yes) else System.out.print(No) Create minimum number of test case(s) we

Suppose you have the following code: int a, b, c, d; = if (a d) System.out.print("Yes") else System.out.print("No") Create minimum number of test case(s) we need to guarantee the fully condition coverage? Write test case(s) by using the following format: TC#: Input data: Expected result: Actual result: Pass/Fail
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
