in reply to Web testing without the web server.
There is the family of Test::WWW::Mechanize:: modules, like Test::WWW::Mechanize::Catalyst and Test::WWW::Mechanize::CGIApp, which launch your web application without any server and give you a Test::WWW::Mechanize object to run tests against that program.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Web testing without the web server.
by kyle (Abbot) on Mar 27, 2009 at 16:09 UTC |