Testing in general
- Perl Quality Assurance home page
- Chromatic's perl.com article on testing
- Mike Schwern's Test Tutorial
- Andy Lester's Automated Testing talk slides
- Ian Langworth's Reference card (PDF)
- Steve Kemp's article [debian-administration.org]
Tests for OpenGuides
OpenGuides::Test might come in handy. You can use it:
- to set up a basic config file (pointing at a SQLite database in the t/ directory) without having to specify every last option, and
- to write data to a node without having to care about checking the checksum, and without having uninitialised value warnings spat at you for all the fields you wanted to leave blank.
