Purchase Solution

The Currency Conversion Program

Not what you're looking for?

Ask Custom Question

Generate a set of test inputs and expected results for the Currency Conversion program. Post the test procedure as an attachment.

Please see the attachment the Currency Conversion Program with the tables.

Purchase this Solution

Solution Summary

This solution provides test inputs and expected results for a currency conversion program.

Solution Preview

Currency Conversion Integration Test EXAMPLES -

Test Case 1: Valid Selection = Canadian
Inputs:
Currency_Type = 1
Int_Value = 100.0
U.S._Value = 68.12

Expected Output:
The value of 100.0 Canadian dollars is 68.12 U.S. dollars

Test Case 2: Valid Selection = Quit
Inputs:
Currency_Type = 6
Continue = "n"

Expected Output:
Thank you for using the Currency Conversion Program

Test Case 3: Illegal Currency Amount
Inputs:
Currency_Type = 1
Int_Value = "L"

Expected Outputs
Error 2: Illegal Input
Strike any character or numeric key to continue
_____________________________________________________________________________

Currency Conversion program
Pseudocode
Main Module

Declare selection as integer
Declare currencyType as Integer
Declare internationalValue as ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.