Question: Write test cases for given below code to satisfy condition/decision coverage criteria. a) void test (int x, int y, int z) { if (x >=
Write test cases for given below code to satisfy condition/decision coverage criteria. a) void test (int x, int y, int z) { if (x >= 1 && y != 0) { z = z / x; } if (x >= 2 || y



i) Write test cases for given below code to satisfy condition/decision coverage criteria. a) void test (int x, inty, int z) { if (x >= 1 &&y!=0) { } if (x >= 2 Il y = 1 && y!=0) { z = 2 / x; if (x >= 2 Il y = 1 &&y!=0) { } if (x >= 2 Il y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
