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



Bjørge wrote:

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. ?

Not simple, in practice. In order to produce meaningful tests, the code should be created automatically, from a formal specification of the whole program and of every single procedure. Adding more people and more points to the test procedure still is no guarantee against undetected bugs.

Bad programmers produce bad tests. Perfect programmers produce perfect bugs ;-)

Just my 0.02€

DoDi

.