Complete Solutions|Latest Update
White-Box Test Design Technique A procedure to derive and/or select test cases based on
an analysis of the internal structure of a component or system.
Boundary Value Analysis A software testing technique in which tests are designed to
include representatives of boundary values.
Code Coverage An analysis method that determines which parts of the software have
been executed (covered) by the test suite and which parts have not been executed, e.g. statement
coverage, decision coverage, or condition coverage.
Decision Coverage The percentage of decision outcomes that have been exercised by a
test suite. Implies both 100% branch coverage and 100% statement coverage.
State Transition Testing A black-box test design technique in which test cases are
designed to execute valid and invalid state transitions.