Versions Compared

Key

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

...

  • refName the name which will be used to refer to the directory
  • dir the directory to refer to.

systemTime

Optional time to use as system time while running the workflow test

parameters:

  • date date as yyyy-MM-dd
  • time the time of day as HH:mm:ss

Activities

The activities of the workflow test run configuration that will be carried out. You can use activities in any order you like, they will be executed as ordered in your configuration file.

PurgeActivity

This activity can be used to remove files or directories to e.g. create an initial situation or to clean up after running the test.

parameters:

  • description optional description of the purge activity
  • filter name of a file, directory. wild cards can be used (e.g. test.)

CopyActivity

Activity can be used to copy files or directories between two locations e.g. to copy files to import to the applications import directory

parameters:

  • description optional description of the copy activity
  • src source that should be copied to the given destination, wild cards can be used to refine your source
  • dest destination where the source should be copied to. wild cards can be used to refine your destination

WorkflowActivity

Runs the workflow file with the given id. The id must be known in the application environment.

Workflow test runs can either be started from within a FEWS stand-alone application, or within a JUnit test.

...