Unit Testing Procedure

1.      Equivalence classes should be done informally and used for the creation of test cases.

2.      Every equivalence class must be addressed in at least one test case.

3.      The test cases should be written as JUnit TestCases.

4.      The unit source code should be tested and repaired until each test case passes.

5.      After passing all test cases, the unit source code and the JUnit TestCase source code should be zipped and e-mailed as an attachment to the group email.