Versions Compared

Key

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

...

-p 8090 is the port number with wiki will be available on

 

Info

This is the TDD(Java, C# and VB) home page for your knowledge base space within Confluence. Here you will find code samples, tips n tricks as well as short tutorials.

We outline a series of labs that are all TDD based. 

...

Step-by-step guide

 

...

It starts with two duplicate exercises one will be using JUnit the other fitnesse.  The purpose of the duplication is to clearly demonstrate TDD using something like fitnesse.

 

Creating a wiki page

Start fitnesse with the following command

  1. Java –jar fitnesse-standalone.jar -p 8090
    1. This will start fitnesse on port 8090 on your machine
    2. Using a browser open the fitnesse wiki with localhost:8090
    3. Select Edit (this can be found at the top left of the wiki page)
    4. Examine the page carefully, you will see several line entries as shown here
      1. | [[text visible on wiki][.wikipage]] | ‘ ‘ descriptive text ‘ ‘ |

Drawio
baseUrlhttps://celestialconsulting.atlassian.net/wiki
diagramNamefitnesse wiki fields
width561
pageId49840135
height129.5
revision1

  1. If the .wikipage entry refers to a page that doesn’t exist yet, it will be created once you save the current page and click question mark hyperlink the fitnesse wiki has created for you.
  2. Once you create the new wiki page, you can select Edit (top left of the wiki page) and begin to mark it up using the wiki commands
  3. Before a test a can be run from a page, you must enable the test feature of the page
    1. Select Tools/Properties
    2. On this page you will see numerous options, Under Page Type, select Test, then select Save Properties

 

Filter by label (Content by label)
showLabelsfalse
max5
spacesDTJCV
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("tdd","kb-how-to-article") and type = "page" and space = "DTJCV"
labelstdd kb-how-to-article

...