http://qs321.pair.com?node_id=546162


in reply to Unit testing -- module, book, and website suggestions wanted

Greetings Sifmole,

I highly recommend the Perl Testing: A Developer's Notebook book. It's a gold-mine for testing.

One of the things the book recommends using is Devel::Cover for code coverage metrics. It's a great solution. You can't use its reports as a boolean "are we done with writing unit tests" check, but it can give you a great global idea of where your application is weak on unit tests.

gryphon
Whitepages.com Development Manager (WDDC)
code('Perl') || die;

  • Comment on Re: Unit testing -- module, book, and website suggestions wanted