Skip to main content

Criteria Types

Currently the extension provides three types of access criterias that can be used.

Rule-oriented - (Checklist)

The checklist criteria allows you to create a single acceptance criteria with several sub criterias. Create a new checklist criteria

Scenario-oriented - (Scenario)

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. Create a new scenario criteria

Simple - (Text)

By defualt Azure DevOps provides a single text field to create your acceptance criterias. This extension also provides a type textfield if your criterias does not fit into the rule-oriented or scenario-oriented model. Create a new text criteria