[prev] [index] [next]

Kinds of Test

Different kinds of tests are applied at different parts of the software development cycle.
  • Unit tests on behaviour of components
  • System tests on overall input/output behaviour
  • System integration tests on interaction of components
  • User acceptance tests to find out what they don't like

Most of our discussion focusses on unit and system testing.