Question: Use basis path testing to develop the test cases for the following code. Use the line (statement) numbers shown in your CFG. Use the following
Use basis path testing to develop the test cases for the following code. Use the line (statement) numbers shown in your CFG. Use the following template for the test case table. Assume altfeet ranges from 0 to 50,000 feet inclusive.

here are instructions for the solution...

1 public void gndCollWarning (boolean gearUp, double altfeet) 2 gndCollCaut-gnd CollWarn-gndCollAlert-emerGrDown-false; if (gearUp) 4 if (altfeet200) 6 gnd CollCaut-true; else 8 if (altfeet>100) gndCollWarn-true; 10 else gndCollAlert-true; if (altfeet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
