The purpose of this exercise is to demonstrate the importance of testing an application thoroughly. Open the

Question:

The purpose of this exercise is to demonstrate the importance of testing an application thoroughly. Open the VB2015\Chap05\Debug Solution\Debug Solution (Debug Solution.sln) file. The application displays a shipping charge that is based on the total price entered by the user, as shown in Figure 5-77. Test the application using the following total prices: 100, 501, 1500, 500.75, 30, 1000.33, and 2000. Notice that the application does not always display the correct shipping charge. Correct the application’s code, and then test it appropriately.

Total price At least $100 but less than $501 At least $501 but less than $1,001 At least $1,001 Less than $100 Shipping $10 $ 7 $ 5 $13 N53

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: