An artifact must be tested as an isolated unit before being released for broader use. Unit test cases are developed
to cover the expected functionality of a basic unit of code. These tests should be automated so that they can be
easily applied.
Brief Outline
Unit test cases are delivered as code.
Key Considerations
how much of the unit is exercised by the unit tests?
how easy is it to apply the tests?
Tailoring
Representation Options
unit tests are in some programmatic form such as source code or tool scripts