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 FixIt Solution.sln file contained in the VB2017\Chap04\FixIt Solution folder. The application displays a shipping charge that is based on the total price entered by the user, as shown in Figure 4-64. Start the application and then test it by clicking the Display shipping button. Notice that the Shipping charge box contains $13, which is not correct. Now, test the application using the following total prices: 100, 501, 1500, 500.75, 30, 1000.33, and 2000. Here too, notice that the application does not always display the correct shipping charge. (More specifically, the shipping charge for two of the seven total prices is incorrect.) Open the Code Editor window and correct the errors in the code. Save the solution and then start and test the application.

Total price Less than $1 least $1 but less than $100 At least $100 but less than $501 At least $501 but less than $1,001

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

Step by Step Answer:

Question Posted: