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

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;

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

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!