AcceptanceCriterion

A single testable condition that must be met for a user story to be accepted as complete

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

Properties

Name Type Description
id string Unique identifier for the acceptance criterion
storyId string ID of the parent user story
description string Plain-language description of the acceptance condition
format string Format used to express the criterion
given string Gherkin Given clause (context/precondition) if format is gherkin
when string Gherkin When clause (action/trigger) if format is gherkin
then string Gherkin Then clause (expected outcome) if format is gherkin
status string Verification status of this criterion
order integer Display order position within the parent story
createdAt string Timestamp when the criterion was created
View JSON Schema on GitHub