Skip to main content

Scenario Criteria

Scenario oriented criterias follows the Given/When/Then sequence and allows you to setup a scenario for the criteria. The GWT sequence would look something like:

  • Given some prediction
  • When I do some action
  • Then I exepect some result

This extension also adds a And sequence element.

Both the Title, Description, Scenario and at least one sequnce element is required for scenario criterias.

Sequence elements can be moved up and down, as well as deleted. Changing the type of a sequence element is currently not supported.

Example