Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

White box and Black box testing

  • Black box testing is when we only use the external interface (e.g. GUI) of the application.
  • White box testing is when we also check the internals. E.g. access the database directly.