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

Things we are going to test

  • Test a module
  • Test complex Perl applications
  • Test any application

As an introduction to testing with Perl, first we are going to write unit tests for a simple Perl module.

From there, we'll be able to move on to test more complex applications written in Perl. Then to test any application no matter in what language it is written in.