Testing

29 Oct 2023 . mmse .

  • test case: a set of inputs and expected results that exercises a component with the purpose of causing failures and detecting faults.
  • test stub: a partial implementation of components on which the tested component depends.
  • test driver: a partial implementation of a component that depends on the tested component