Homework 1: Unit Testing

Due date: Tuesday, January 18

Develop 32 unit test cases (that is, 32 per student) for your project using a tool such as JUnit or CPPUnit (if available for your programming language). These test cases can test features that are already present in your prototype as well as features that are not implemented yet. Coordinate with your team members so that there is no overlap between the test cases. There should be some test cases for all main features of your application.


CS 498 Spring 2005