Sim Bank

simbank01

CISC 327 Software Quality Assurance Project - (written in python) The purpose of this project is to build a Simple Interactive Banking System (SimBank). SimBank consists of two parts: the Front End and the Back Office. Both parts will be run as console applications, that is, they are to be invoked from a command line and use text and text file input/output only.

Assignment 1: Analyze the requirements document for the Front End, partition it into separate testable pieces, and create a test case for each piece.

Assignment 2: Design and rapidly program the first version of the Front End

Assignment 3: Test the prototype Front End built in Assignment 2

Assignment 4: Design and rapidly program the first version of the Back Office

Assignment 6: Integration and delivery