Acceptance Criteria · Example Payload

Acceptance Criteria Management Acceptance Criterion Example

Given I am on the product listing page, when I select a category filter, then only products in that category are displayed

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

Acceptance Criteria Management Acceptance Criterion Example is an example object payload from Acceptance Criteria, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstoryIddescriptionformatgivenwhenthenstatusordercreatedAt

Example Payload

acceptance-criteria-management-acceptance-criterion-example.json Raw ↑
{
  "id": "ac-001",
  "storyId": "story-001",
  "description": "Given I am on the product listing page, when I select a category filter, then only products in that category are displayed",
  "format": "gherkin",
  "given": "I am on the product listing page",
  "when": "I select a category filter",
  "then": "only products in that category are displayed",
  "status": "passing",
  "order": 1,
  "createdAt": "2024-01-10T09:00:00Z"
}