Skip to: Site menu | Main content

XPlanner

Planning and tracking tool for agile teams following XP or Scrum

Acceptance Test Console Print

XPlanner uses an extension of jwebunit to run its acceptance tests.

One of the extension is an Acceptance Test Console. The console allows to step through all "jwebunit" calls and renders the returned page in a swing ui or log it as a textual trace.

Features

The ui provides the following functions:

  1. step through each calls,
  2. pause a running test
  3. displays in a side by side panels both rendered html and raw html text
  4. search the raw html text for a string

Setup

When running an acceptance tests add the following vm options test.console:

java -Dtest.console <class>

In IDEA

  1. Click on the run configuration combo-box in the tool bar and select the "Edit Configurations" item.
  2. Add -Dtest.console or -Dtest.ui in the VM arguments

Option Description
test.console text trace of all test actions
test.ui ui console useful to view what xplanner is sending back to the client