I would really appreciate it if you can please explain how the following test were performed. I need to perform peer reviews of the following Currency Conversion Test Procedure and answer some questions about it. If you can just help explain how would I perform the the test cases? Below is the peer review:

Display Menu Test Cases

Test Case 1: Valid Menu Selection = Canadian Dollars
Inputs: Menu Selection = 1
Expected Outputs:
“Do you want to continue with the conversion, Y = Yes, N = No”
Currency_Type = 1
Test Case 2: Valid Menu Selection = Mexican Dollars
Inputs: Menu Selection = 2
Expected Outputs:
“Do you want to continue with the conversion, Y = Yes, N = No”
Currency_Type = 2

Test Case 3: Valid Menu Selection = English Dollars
Inputs: Menu Selection = 3
Expected Outputs:
“Do you want to continue with the conversion, Y = Yes, N = No”
Currency_Type = 3
Test Case 4: Valid Menu Selection = Japanese Dollars
Inputs: Menu Selection = 4
Expected Outputs:
“Do you want to continue with the conversion, Y = Yes, N = No”
Currency_Type = 4

Test Case 5: Valid Menu Selection = French Dollars
Inputs: Menu Selection = 5
Expected Outputs:
“Do you want to continue with the conversion, Y = Yes, N = No”
Currency_Type = 5

Test Case 6: Valid Menu Selection = No Country
Inputs: Menu Selection = 6
Expected Outputs:
“Quitting Currency Conversion”
Currency_Type = 6

I have included the following assignment which was to generate set of test inputs and expected results for the Currency Conversion program. Here is what I turned in. I am struggling and would hope to get some further assistance. Thank you.

Display Menu Test Cases
EXAMPLE
Test Case 1: Valid Menu Selection = Canadian Dollars

Inputs: Menu Selection = 1
Expected Outputs:
“Do you want to continue with the conversion, Y = Yes, N = No”
Currency_Type = 1
Test Case 2: Valid Menu Selection= Quit

Inputs: Menu Selection = 6
Expected Outputs:
“Do you want to Quit, Y = Yes, N = No”
Currency Type = 1
Test Case 3: Invalid Menu Selection = 9
Inputs: Menu Selection = 9
Expected Outputs:
“Error 4: Please make a valid menu selection”
“Hit any character or number to continue”
Menu is redisplayed