next up previous
Next: Preliminary Levelized Design for Up: Unit Testing / Levelized Previous: Unit Testing / Levelized

Basic Ideas


Basic Idea of Unit Testing:

Each component is tested in isolation - only components that have been previously tested may be included.

Basic Idea of Levelized Design:

Each component depends only on components that are at a lower level - no feedback or circular designs.

Example:

\includegraphics[]{/home/hall/Caesar/documents/images/Caesar/simple.ps}
Why is a Levelized Design desirable?



Michael L. Hall