[cgiapp] CGI::Application Testing Methodologies

Julio Fraire julio.fraire at gmail.com
Wed Feb 20 10:42:39 EST 2008


There is also a very good book on Perl's testing frameworks which includes a
chapter on testing live web apps:

http://www.oreilly.com/catalog/perltestingadn/

It's a really ejoyable book.

Regards,

Julio

On Wed, Feb 20, 2008 at 9:23 AM, Mark Knoop <mark at rawcane.net> wrote:

> 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
>
>
> #####  CGI::Application community mailing list  ################
> ##                                                            ##
> ##  To unsubscribe, or change your message delivery options,  ##
> ##  visit:  http://lists.openlib.org/mailman/listinfo/cgiapp    ##
> ##                                                            ##
> ##  Web archive:   http://lists.openlib.org/pipermail/cgiapp/   ##
> ##  Wiki:          http://cgiapp.erlbaum.net/                 ##
> ##                                                            ##
> ################################################################
>
>


More information about the cgiapp mailing list