FitNesse is a web server, a wiki, and an automated testing tool for software. It is based on Ward Cunningham’s Framework for Integrated Test. FitNesse is designed to support acceptance testing rather than unit testing in that it facilitates detailed readable description of system function.
https://secure.wikimedia.org/wikipedia/en/wiki/FitNesse
Links
- Test Driven .NET Development with FitNesse by Gojko Adzic
- DbFit: Test-driven database development by Gojko Adzic
DbFit is a set of FIT fixtures which enables FIT/FitNesse tests to execute directly against a database.
- Fixture Gallery by Gojko Adzic
Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides developers with a quick overview of the most important fixture types and concepts […]
- Installing FitNesse as service