Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

In this tutorial, we will use Fitnesse FitNesse as the master of information for creating and editing acceptance tests.

We will use Fitnesse FitNesse JUnit output capabilities in order to get visibility of the results of the automated tests managed by FitnesseFitNesse.

Description

Whenever you install FitnesseFitNesse, you have access to a bunch of example acceptance tests.

...

No Format
 java -jar fitnesse-standalone.jar -p 8080 -c "FitNesse.SuiteAcceptanceTests?suite&format=junit" > tmp.xml


Note that unfortunately Fitnesse FitNesse does not generate a clean, ready-to-use JUnit XML file; thus you'll need to "clean it".

...

The Execution Details of the Generic Test contains information about the Test Suite, which in this case corresponds to the Test Case class. 


References