Web Applications

  1. What can be tested ?
  2. Extreme web site testing
  3. Tools
  4. Small test HTTP server
  5. Fetching a static page
  6. Fetching a not-existing static page
  7. Checking good HTML
  8. Checking bad HTML
  9. What is this bad HTML ?
  10. HTML::Tidy and Test::HTML::Tidy
  11. Test using W3C validator
  12. Use a local copy of the W3C validator
  13. LWP::Simple and LWP
  14. WWW::Mechanize
  15. Web based Calculator with WWW::Mechanize
  16. Testing with WWW::Mechanize
  17. Test::WWW::Mechanize
  18. Login to Act using Mechanize
  19. More things to test
  20. Test without server Test::WWW::Mechanize::PSGI
  21. Test page with JavaScript