Other Posts in this Series Application Driven Testing of Drools with Fitnesse – part 2 Overview Just as we can use JUnit as an integral part of Test Driven Development (TDD), we can also use Fitnesse as an integral part of …
Overview In this post we will migrate our tests to Fitnesse using the Wili Pages Problem Domain So far we have created a simple rule and a JUnit test to test it. But what if the client wants to see what …
Other Posts in this Series Application Driven Testing of Drools with Fitnesse – part 1 Overview In this post we will create a JUnit Test Case that fires a simple rule. Step 1 First let’s create the classes and files we …
This post follows on from Creating a Simple Java Test Using Fitnesse Create a Test Page that Uses a Jar File Go back to the main web page in Fitnesse and click on the red ? next to SimpleJarTest This …
Video Overview Finesse, is a Wiki Engine that can be integrated with Java Code to run test suites from the wiki page. In brief, you create tables of inputs and expected outputs and a simple click on the Test button …