in look A pizza parlor charges delivery fees based on pizza size and distance. The following table shows the fees for di
Posted: Sat May 14, 2022 8:15 pm
in look A pizza parlor charges delivery fees based on pizza size and distance. The following table shows the fees for different sizes and distances. For example, the fee for a large pizza delivery with a 10KM distance is $4. Fee Small Medium Large Jumbo Size Distance (in KM) 11-20 3 4 5 6 1-10 2 3 4 5 21-30 4 5 6 7 A software program takes the size and distance as input and calculates the fee as output. Assume the size is a String and Distance is an integer. 1) (12 points) Determine equivalence classes and boundary values for testing the software program. 2) (12 points) Design a set of test cases which will adequately test the software program using the equivalence classes and boundary values under the single fault assumption.