We used JUnit framework to write and run unit tests for this project. The JUnit framework is already including the source directories. Below is a list of test code source files:
These unit tests were run frequently during development to help in coding and to ensure code is not broken as development progresses. Some members used Test Programming technique to write tests first and then code to make the tests pass.
In addition, we tested manually tested Graphical User Interface.