Unit Testing
Jump to navigation
Jump to search
Create automated tests to insure that WeBWorK is configured and functioning properly.
- Unit testing tutorials (Michael Schwern and Andy Lester )
- Unit testing modules
- Test::Tutorial http://search.cpan.org/dist/Test-Simple/lib/Test/Tutorial.pod
- Test::Harness
- Test::More
- Test::Exception
- Test::HTML::Lint
- Test::Simple (frame work for creating test modules)
- Test::Pod
- Test::LongString
- WWW::Mechanize
- Test::File (testing file attributes)
- Test::Mail (tests programs that send and receive mail)
- (While not a perl module the Mac program Fake can be used to automate testing of a web site)