Re: [Zope] testing, regression test base
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....
On Wed, 28 Aug 2002 12:28 pm, Dennis Allison wrote:
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....
Missed the original post. See my web testing scripts at: http://mechanicalcat.net/tech/ Richard
participants (2)
-
Dennis Allison -
Richard Jones