To whom is BBT Intended For?

BBT is primarily intended for testing in:

  • R&D departments
  • Quality Assurance (QA)
  • Final production line

Based on the principle of “black box”, system testing does not require knowledge of the internal design.

During System Testing the following types of testing are of interest, in addition to Functional Testing:

  • Performance Testing: test that the application performs within expected criteria, e.g. zap times are acceptable.
  • Stress Testing: evaluating the stability of a system under heavy load, e.g. usage over a period of time.
  • Error Handling: evaluating the system response to hardware and software failures.
  • Security Testing: ensuring the system protects data and maintains functionality, e.g. access control.