NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
simple_scan (Score:1)
You use test specs to tell it what you want:
/Yahoo!/ Y branded properly
Run through simple_scan, that generates a nice Perl test that uses Test::WWW::Simple to see if the regex matches the page. Dead simple.http://yahoo.com/ [yahoo.com]
It actually turns out that a lot of what we're worried about is "is the content ther
Re:simple_scan (Score:1)
And it's all TAP, so you can use Test::Harness to write tools to summarize. Should have lots more by CFP time.
Re: (Score:1)
Sounds like you want something like Test::WWW::Mechanize [cpan.org], but without the Mechanize part.
Please clarify... (Score:1)
By the way, were you testing the HTML page itself or the behaviour of the application generating the HTML page ?
Thanks!