Black-Box Test Technique

The Black-Box Test Technique analyses system specifications to design test cases that validate the functionality of a system based solely on its inputs and expected outputs, without considering its internal implementation. They include:

Equivalence Partitioning:

Boundary Value Analysis:

  • Test values at input boundaries
  • Check system behaviour at edge cases

Decision Table Testing:

State Transition Testing:

Use Case Testing:

These techniques help create comprehensive test cases without knowledge of internal code.