Question: Use basis path testing to develop the test cases for the following code. Use the line (statement) numbers below in your CFG. Use the following

Use basis path testing to develop the test cases for the following code. Use the line (statement) numbers below in your CFG. Use the following template for the test case table. Assume speed ranges from 0.0 to 1,000.0 inclusive and that altitude ranges from 0.0 to 10,000.0 inclusive 5 public landingStatus.landing landCraft (boolean landing, double altitude, double speed) 6 landingStatus.landing action-landingStatus.landing.none; if (landing) if (altitude > 5_000.0) { 9 10 if (speed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
