Web Applications
- What can be tested ?
- Extreme web site testing
- Tools
- Small test HTTP server
- Fetching a static page
- Fetching a not-existing static page
- Checking good HTML
- Checking bad HTML
- What is this bad HTML ?
- HTML::Tidy and Test::HTML::Tidy
- Test using W3C validator
- Use a local copy of the W3C validator
- LWP::Simple and LWP
- WWW::Mechanize
- Web based Calculator with WWW::Mechanize
- Testing with WWW::Mechanize
- Test::WWW::Mechanize
- Login to Act using Mechanize
- More things to test
- Test without server Test::WWW::Mechanize::PSGI
- Test page with JavaScript