Scenario-Oriented Acceptance Criteria
Scenario-Oriented Acceptance Criteria
- Define criteria with Gherkin Syntax to define a user interaction with an expected outcome. This syntax can then be used to define system tests.
- Usually fits better for stories that affect a user flow
Example
Given I am an admin
When I submit a query for a report
Then an excel file is generated with the correct results