http://www.perlmonks.org?node_id=374813

trammell has asked for the wisdom of the Perl Monks concerning the following question: (testing)

What are some good links to Perl-specific testing documents? How about books or other offline documents? Why do you think these references are useful?

Originally posted as a Categorized Question.

Replies are listed 'Best First'.
Re: What are some good testing references?
by trammell (Priest) on Sep 10, 2004 at 21:32 UTC
Re: What are some good testing references?
by pernod (Chaplain) on Oct 06, 2004 at 10:02 UTC
Re: What are some good testing references?
by tirwhan (Abbot) on Jan 07, 2006 at 20:28 UTC
Re: What are some good testing references?
by clp (Friar) on Dec 26, 2010 at 20:52 UTC

    Effective Perl Programming, 2d ed ISBN 9780321496942, published in 2010, has a chapter on testing. It is not a tutorial on basic test techniques. It includes several multi-page examples; and covers topics such as mock objects, test-driven development, and a continuous build system.

    Perl Medic, Transforming Legacy Code ISBN 9780201795264 from 2004, also has a chapter on testing. It provides short introductions to several Test:: modules; and a detailed description of how to build real test code with a well-written 15-page example.

      Perl Testing, a Developer's Notbook by Langworth and Chromatic; [O'Reilly]

      ----
      I Go Back to Sleep, Now.

      OGB