[Seaside] Failing TestCases?

Felix Franz fefr@gmx.net
Tue, 05 Mar 2002 09:25:49 +0100


Avi Bryant wrote:

> Nothing's wrong with your system, we just hadn't kept the tests entirely
> up to date (bad programmer - no biscuit).  So little of Seaside has tests
> that I often forget to run them... anyone have any good ways of
> testing web apps?

I only test the business-logic (using plain unit-tests). In one project 
I tried HttpUnit (http://httpunit.sourceforge.net/) to actually test the 
generated HTML, but it was too much work to get the test cases right. 
Some sort of higher level testing tool would be nice.

> 
> Fixed tests are now committed to version 52.

that's a very fast response, great.

Cheers,

felix