in reply to Re: Automated Unit Testing for CGIs
in thread Automatet Unit Testing for CGIs

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