28 Aug
2002
28 Aug
'02
2:28 a.m.
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....