In this exercise, you will test the lab solution using specific scenarios that will test different cases that the CAccount component should handle. Throughout this exercise you should use the Data View window or some other query tool to check the value of a student's AccountBalance as you test the Authorize and Debit methods of the CAccount class.
You should receive a message that this purchase would put the student over the credit limit.
You should receive a message that this purchase would put the student within $50 of the $500 limit.
You should receive a second message notifying you that the charge has been incurred.
You should receive a second message notifying the charge that has been incurred.