- Automated Testing With Perl - http://www.petdance.com/perl/automated-testing/
Slides for an introduction to Perl tests, with an overview of the CPAN testing modules.
- Testing Modules Available on CPAN - http://qa.perl.org/test-modules.html
An fairly comprehensive survey of the many testing modules available in the Test:: namespace.
- Perl Testing Reference Card - http://langworth.com/pub/perl_test_refcard.pdf
One-page synopsys of some of the most popular Test:: modules, by Ian Langworth.
- Perl Quality Assurance Projects - http://qa.perl.org/
Directory and coordination point for CPAN testers, the Phalanx project, and articles and general information about Perl testing.
- LectroTest - http://community.moertel.com/ss/space/LectroTest
Automatic, specification-based testing tool for Perl, that by running repeated random trials against the code being tested. FAQs, lists, forum, and talks.
|