Versions Compared

Key

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

...

DEFINITION

The WorkflowInterpreter is used to express interactions with the system under development that must be performed in a particular order. This form of specification provides information about the business flow.

When a sequence of action is executed,  confirms that each action has successfully been performed.Image Removed

Image Added


  • As for all other interpreters, the first row of the WorkflowInterpreter specifies the name of the interpreter and the name of the sequence of actions to be tested. What makes the DoWithInterpreter particular is that it only has to be defined once for all the sequences of actions expressed in a page. Obviously, the DoWithInterpreter must be define before any sequence of actions.
  • The following rows are used to express specific actions.
  • The form of each row of a WorkflowInterpreter shall respect the following rules:
    • a row shall begin with a part of the action description,
    • each parameter shall be isolated in a cell,
    • each parameter shall be separated by parts of the action description.
  • An action description can be left blank in order to separate two parameters.
  • The WorkflowInterpreter provides a minimum of keywords used to define a specific action.
  • The WorkflowInterpreter may also be expressed in Bullet List form or Number List form.

...