Pages

Tuesday, December 24, 2013

BLACK BOX TESTING

From the name itself we can define this testing that It never care about the internal structure and coding. It will only check the outer structure and appearance of the sotware.
  • No access to the source code
  • Interacts with the user interface

  1. EQUIVALENCE CLASS PARTITIONING
  2. BOUNDARY VALUE ANALYSIS


ADVANTAGE:

  • Suitable for large application

DISADVANTAGE:

  • Limited coverage.

No comments:

Post a Comment