Brain Dump

Test Coverage

Tags
soft-eng

Is a [see page 11, measure] of how much of a software system is validated by your tests.

White Box

Has full statement coverage on every program node with decision coverage (across all possible branches) and condition coverage (over every boolean sub-expression true/false).

Black Box

Includes Equivalence Partition Testing of all distinct set of arguments that trigger different outcomes/exceptions and State Based Testing exercising the complete state-space reaching every state and firing every transition.