IT/210

IT/210

Associate Program Material
Appendix K

Currency Conversion Peer Review

Design Inspection Report

Programmer’s Name:
Date of Inspection
Inspector’s Name:

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
1. X Is the problem description clear, concise, and accurate?

2. X Are the inputs to the program identified?

3. X Are the outputs to the program identified?

4. 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.

Sorry I couldn’t find anyone to run a test so I did it on myself.


Test Case 1: Valid International Currency = Canadian
Inputs:
CurrencyType = 1
CurrencyAmount = 100.0
Expected Output:
USDollar = 68.12
Test Case 2: Valid International Currency = Mexican
Inputs:
CurrencyType = 2
CurrencyAmount = 100.0
Expected Output:
USDollar = 10.52
Test Case 3: Valid International Currency = English
Inputs:
CurrencyType = 3
CurrencyAmount = 100.0
Expected Output:
USDollar = 164.33
Test Case 4: Valid International Currency = Japanese
Inputs:
CurrencyType = 4
CurrencyAmount = 100.0
Expected Output:
USDollar = 00.95
Test Case 5: Valid International Currency = French
Inputs:
CurrencyType = 5
CurrencyAmount = 100.0
Expected Output:
USDollar = 15.98
Test Case 6: Valid International Currency = Quit
Inputs:
CurrencyType = 6
Expected Output:
End program
End Currency Conversion Testing
Conversion Error Testing
Test Case 1: Valid International Currency = Canadian
Inputs:
CurrencyType = 1
CurrencyAmount = 0
Expected Output:
Invalid Amount
Test Case 2: Valid International Currency = Mexican

Inputs:
CurrencyType = 2
CurrencyAmount = 50000000
Expected...

Similar Essays