- Construct The Basis Set That Is A Set Of Required Number Of Independent Paths Through The Source Code Fragment Cons 1 (61.78 KiB) Viewed 38 times
- Construct the basis set, that is, a set of required number of independent paths through the source code fragment. Cons
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
- Construct the basis set, that is, a set of required number of independent paths through the source code fragment. Cons
- Construct the basis set, that is, a set of required number of independent paths through the source code fragment. Construct a path predicate for each independent path. | Problem 4: 1 void Q1(){ 2 if(C1){ 3 S1; 4 while (C2) { 5 if(C3) { 6 S2; 7 S3; 8} 9) 10) 11 else{ 12 S4; 13 while (C4) { 14 S5; 15 while (C5) 16 S6; 17 } 18 S7; 19} 20 } 21} I