Fit, FitNesse and TDD

Wow! I've discovered an excellent acceptance-testing tool - Fit - and its wiki-wrapper - FitNesse, which's maybe even more excellent than Fit itself :)

If you use unit (programmer) tests (doing TDD, for example), you might be curious what another testing tool could be needed for. Instead of answering the question, I offer you read a brilliant article about the matter.

Comments

Popular posts from this blog

Haskell: performance

Regular expressions: Rust vs F# vs Scala

STM: F# vs Haskell