next up previous
Next: Acceptance Test Up: Software Engineering Final Project Previous: Error recovery

Units test

Unit testing focuses on verifying the smallest testable elements of your software. This type of testing is typically applied to components in the implementation model to verify that the control flows and the data flows are covered by planed ahead tests.

For each testable component list here the function to be tested. For example for component that interact with a database, your list of unit test can include the following tests:



Eliezer Kaplansky 2003-04-27