![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Unit testing -- module, book, and website suggestions wantedby gryphon (Abbot) |
on Apr 28, 2006 at 02:11 UTC ( #546162=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|