Main Navigation

Content

Perl for Quality Assurance and Testing

Learn Perl Now!
And get a job doing Perl.

Perl is commonly used for testing software, hardware and networks and for quality assurance. The Perl QA project has a lot of information about it. So does the Perl QA Wiki.

TAP - the “Test Anything Protocol”

TAP is a simple protocol for test scripts (in any programming language) to communicate with a test harness. Invented by Larry Wall for Perl 1, and having evolved further, TAP is very suitable for universal language-independent testing.

Perl has several TAP Consumers that can read TAP, process it and do something with the results.

Tutorials and Courses

Share/Bookmark

Footer