The following will be checked for correctness: NOTE: It should be impossible to get the PRINT button without first selecting a customer.
The customer's information is printed when the PRINT button is selected, and
The customer's information along with a list of the books that the particular customer has on hold/loan is printed when the PRINT button is selected.
Data Used
To check 1):
ADD a customer with the following data:
Last Name: Dandy
First Name: Jim
Phone Number: (402)243-9898
Address: 1024 Sprinklewood Way
City: Shelbyville
Province: OK
Country: USA
Postal Code: 9010290901
Enter the View/Update window for that customer and press the PRINT button.
Expected Results - The customer's information will be successfully printed.
To check 2):
ADD a customer with the following data:
Last Name: Dandy
First Name: Jim
Phone Number: (402)243-9898
Address: 1024 Sprinklewood Way
City: Shelbyville
Province: OK
Country: USA
Postal Code: 9010290901
Create a query to insert instances of books on hold and on loan for this customer.
Enter the View/Update window for that customer and press the PRINT button.
Expected Results - The customer's information will be successfully printed along with the lists of their books on hold and on loan.