From Test::Simple to Test::Extreme - Bonus Material 51

Testing Domains

Web Pages and Web Servers

  • WWW::Mechanize

    • fetch pages and check for content.

    • Integrates well with Test::Harness

    • has tools for building scripts interactively

  • HTTP::WebTest

    • fetch pages and check for content.

  • Test::HTML::Content

    • given a chunk of HTML text, perform tests on it

  • Test::HTTPStatus - check an HTTP status:

        http_ok( 'http://www.perl.org', 200 );
    

 

YAPC::CA << Previous | Index | Next >>
Copyright © 2003 Michael Graham