|
This category lists websites about testing Perl programs and modules, Perl QA projects, and how to use Perl for testing in general.
|
|
|
1. |
An Introduction to Testing
-
Article on perl.com by chromatic, which explains why writing tests is good and how to go about it.
|
|
|
2. |
PITA - The Perl Image Testing Architecture
-
A draft that attempts to comprehensively solve the problem of mass testing Perl packages against a wide variety of different environments.
|
|
|
3. |
Automated Testing With Perl
-
Slides for an introduction to Perl tests, with an overview of the CPAN testing modules.
|
|
|
4. |
LectroTest
-
Automatic, specification-based testing tool for Perl, that by running repeated random trials against the code being tested. FAQs, lists, forum, and talks.
|
|
|
5. |
Perl Quality Assurance Projects
-
Directory and coordination point for CPAN testers, the Phalanx project, and articles and general information about Perl testing.
|
|
|
6. |
Testing Modules Available on CPAN
-
An fairly comprehensive survey of the many testing modules available in the Test:: namespace.
|
|
|