http://www.fitnesse.org/FitNesseDownload
1. Click on the most recent fitnesse-standalone.jar file and download it
2. cmd and enter the folder, type command
java -jar fitnesse-standalone.jar -v -p 8080
3. Then point your browser to http://localhost:8080
在Fitnesse框架中,总共包括三个部分,Wiki,Test system,Fixtures。其中Wiki部分将展现具体的Test case以及Test suite甚至是Test Requirement,Test system包括两部分Slim,Fit,也就是Fitnesse的执行引擎,Fixtures也就是真正的测试代码。