FitNesse

FitNesse
Stable release
v20230503 / May 3, 2023; 18 months ago (2023-05-03)[1]
Repository
Written inJava
Operating systemCross-platform
TypeTest automation
LicenseCPL[2]
Websitefitnesse.org

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 and is designed to support acceptance testing rather than unit testing in that it facilitates detailed readable description of system function.

FitNesse allows users of a developed system to enter specially formatted input (its format is accessible to non-programmers). This input is interpreted, and tests are created automatically. These tests are then executed by the system and output is returned to the user.

The advantage of this approach is very fast feedback from users. The developer of the system to be tested needs to provide some support (classes named "fixtures", conforming to certain conventions).

FitNesse is written in Java (by Micah Martin with help from Robert C. Martin and others[3]). The program first supported only Java, but versions for several other languages have been added over time (C++, Python, Ruby, Delphi, C#, etc.).

  1. ^ "FrontPage.Download". fitnesse.org. Retrieved 2023-07-06.
  2. ^ Martin, Robert C. "License Header". FitNesse Source Repository. GitHub. Retrieved 4 July 2012.
  3. ^ Robert, Martin. "The Three Rules of TDD". butunclebob.com. Retrieved 23 August 2019.