Versions Compared

Key

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

...

The graph is also trying to depict the fact that each quadrant can be graphed independantly independently of the other quadrants.

Working with

...

FitNesse

Before getting into the details of FitNesse pages let's talk about fitnesse FitNesse and what it will do for you.  One of the problems with you using unit testing tools like JUnit or NUnit is that non-developers cannot actively write and drive the tests.  The tests for the tools have to be written in the programming languages that those tools were designed for, JUnit for Java and NUnit for .Net languages.  In reality, in a TDD environment especially in an acceptance testing environment) the person(s) writing the tests won't solely be developers but people from the business and business analysts.  FitNesse allows tests to be written in a language and programming agnostic manner.

...

Drawio
baseUrlhttps://celestialconsulting.atlassian.net/wiki
diagramNamefitnesse wiki architecture
width621
pageId94699579
height326
revision1


Create a your FitNesse wiki page

Begin by creating your first wiki page (follow the instructions on fitnesse.org on how to create a sub-page of the home page of the wiki).  In this new page add the following wiki markup text

Code Block
languagexml
titleTimesheet wiki page
linenumberstrue
!contents -R2 -g -p -f -h

#!define COMMAND_PATTERN {java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=1044 -cp %p %m} 
!define TEST_SYSTEM {slim}
!*> '''Classpath'''
	${maven.classpath}
*!
|import||com.s2s.fitnesse.timesheetexample|

!|com.s2s.fitnesse.TimesheetFixture|