You are on page 1of 2

Testing Types

• Black-box Testing
– Internal system design is not considered.
– Tests are based only on requirements and
functionality.

• White-box Testing
– Based on knowledge of the internal logic of
an application’s code.
– Tests are based on coverage of code
statements and conditions.
Testing Axioms

• Testing can
prove that
there are
defects, but
cannot prove
that there are
none

You might also like