Re: Do any of you use the xUnit - tests ?



On Tue, 28 Nov 2006 10:38:24 +0100, "Bjørge" <bjorge@xxxxxxx> wrote:

<snip>

I think what I meant was "how do you write such test routines ?". Because, I
believe you should probably have this in mind when writing the application
in the first place.
Xtreme programming is a model where you are supposed to start all new
functionality with writing a failing test routine. The job is done when no
tests fail. Simple. ?

It is a nice idea, but it is hard for programmers to anticipate the
strange things that users will do.

Personally I usually write testbeds for commonly used routines, and if
possible give Apps a diagnostics section.
.