[Zope] testing, regression test base
Dennis Allison
allison@sumeru.stanford.EDU
Tue, 27 Aug 2002 19:28:34 -0700
> > Has anyone written a regression test package that simulates a user, feeds
> > input to Zope, and captures output in such a way that it can be used to
> > run regression tests?
> I have seen something in "c.l.p.a" (testing framework for Web applications).
> Do not know its name, did not look at it...
> Dieter
>
Thank Dieter, I'll track it down. After a site reaches a certain complexity, test by
mucking about doesn't really work. Unit tests are only partially successful as they
don't catch interactions. I want/need a full regression test....