Question: Solve this question software testing void function 1 ( int x 1 , int x 2 , int x 3 ) { 0 - int

Solve this question software testing void function1(int x1, int x2, int x3){0- int value =0; if(x1>4){1- if(x2<5 && x3<10){2- value = func2(x2, x3); cout << "func2="<< value; } else {3- value = func3(x2, x3); cout << "func3="<< value; }4- return value *2; } else {5- value = func4(x1); return value; }} Question1: Draw the control flowgraph of this ? Question 2: find Test Cases to Satisfy Branch Testing Coverage for this code? Question3: find Test Cases to Satisfy statements Testing Coverage for this code?

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!