[cgiapp] CGI::Application Testing Methodologies

Mark Knoop mark at rawcane.net
Wed Feb 20 10:23:53 EST 2008


Hi

####

Testing
-------

CGI::Application currently has no built-in testing methodology but we leave 
that up to you. There are many testing structures and frameworks that are 
available for testing Perl modules (ie, Test::Harness, Test::More). There 
are large numbers of tools and frameworks for testing live web applications 
(WWW::Mechanize, HTTP::Test, Apache::Test). We encourage you to look around 
CPAN and find the one that best meets your needs.

####

I read this. But being both new to CGI::Application and a bit green on 
implementing proper test plans I wondered whether anyone knows of an article 
or tutorial that covers this area?

Failing that any one sentence pointers on which approaches work for others 
would be much appreciated.

Mark 



More information about the cgiapp mailing list