Automated Testing
Note: the testing programs should be maintained, and shouldn't test via the GUI
The automated testing program should
- executes code from the codebase
- checks to see if the code was correct
- reports what test cases/suites failed
test suites - what test cases are grouped into
Library we will use: Boost Unit Test Framework (Boost UTF)
Basics Documentation ^^^