Information About

Fitnesse




FitNesse is web server that allows users of 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 back to the user. Advantage of this approach is very fast feedback from users. Developer of the system needs to provide some support (classes named "fixtures", conforming to certain conventions).

FitNesse is written in Java (by Robert C. Martin) but versions for several other languages had been added over time (C++, Python, Ruby, Delphi, etc).


EXTERNAL LINKS