in reply to Automatet Unit Testing for CGIs

Chapter 7 of Perl Testing: A Developer's Notebook is on testing web sites. In a nutshell, it recommends the following:

HTH

Replies are listed 'Best First'.
Re^2: Automated Unit Testing for CGIs
by dokkeldepper (Friar) on Jan 21, 2008 at 15:51 UTC

    Thank you, this organized my thinking about CGI-Testing.

    What I miss seriously is an easy way to test parallel access, because I use a (very) small state file for global data with locking.

    This, of course, would be a different story