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
  • Note: In order for FitNesse to work you must ensure that the epitope service is running on your local machine. Refer to B.

Thats it! You can freely edit the FitNesse page to ensure your DPB1 epitope service is running as it should.

Clone this wiki locally