Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features that make sense for doing web application testing. For example:
$mech->get( $page );
$mech->title_is( "Invoice Status", "Make sure we're on the invoice page" );
$mech->content_like( qr/Unpaid/ );
You mean.... (Score:2)
Re:You mean.... (Score:2)
--
xoa