Black Box Testing

Internal system design is not considered in this type of testing. Tests are based on requirements and functionality.

Black box testing is a software testing techniques in which functionality of the software under test (SUT) is tested without looking at the internal code structure, implementation details and knowledge of internal paths of the software. This type of testing is based entirely on the software requirements and specifications.

This method of attempts to find errors in the following categories:

  • Incorrect or missing functions

  • Interface errors

  • Errors in data structures or external database access

  • Behavior or performance errors

  • Initialization and termination errors

This entry was posted in . Bookmark the permalink.

Leave a reply

Copyright © 2012 Software Testing Knowledge