Associate Program Material
Appendix K
Currency Conversion Peer Review
Design Inspection Report
|Programmer’s Name: |Ken |
|Date of Inspection |4/1/2012 |
|Inspector’s Name: |Ken |
Use the following criteria to evaluate the Currency Conversion Test Procedure.
If the answer to the item question is yes, place an X next to that item under the Yes column. If the answer is no, add details next to that item under the Comments column.
| |Yes |Item |Comments |
| |X |Is the problem description clear, concise, and accurate? | |
| |X |Are the inputs to the program identified? | |
| |X |Are the outputs to the program identified? | |
| |X |Does the test input result in the expected output? | |
List of Defects
Identify defects by checklist number and observed error, but do not include any corrective action.
Display Menu Test
Test #1: Valid Menu Selection = Canadian Dollars
Inputs: Menu Selection = 1
Expected Output: “Do you want to continue with the conversion, Y = Yes, N = No” Currency Type = 1
Test #2: Invalid Menu Selection = Error
Inputs: Menu Selection = 7
Expected Output: “Error 4: Invalid menu selection” Start program over