Skip to content

D: FitNesse Testing

dcox-nmdp edited this page Jun 1, 2017 · 10 revisions

What is FitNesse?

FitNesse is a wiki web server that is used as a tool for specifying and verifying application acceptance criteria. To learn more about this tool click HERE.

Run FitNesse

FitNesse comes preloaded in our epitope service package. You can see it as a directory inside your service-epitope directory. In order to use Fitnesse to write your own tests follow these simple steps.

  1. Navigate to the fitness directory
cd fitnesse
  1. Issue the following maven command from inside the fitnesse directory
mvn exec:java
  1. FitNesse should then be accessible here http://localhost:48082

Thats it! You can freely edit the FitNesse page to test any modifications you made in development.

Clone this wiki locally