Acceptance Criteria · Example Payload

Acceptance Criteria Management Scenario Example

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

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

Top-level fields

idstoryIdcriterionIdtitlefeatureFilegherkinstatuslastRunAtcreatedAt

Example Payload

acceptance-criteria-management-scenario-example.json Raw ↑
{
  "id": "scenario-001",
  "storyId": "story-001",
  "criterionId": "ac-001",
  "title": "Filter products by single category",
  "featureFile": "features/product-listing/category-filter.feature",
  "gherkin": "Scenario: Filter products by single category\n  Given I am on the product listing page\n  When I select the 'Electronics' category filter\n  Then only Electronics products are displayed\n  And the product count shows 42 items",
  "status": "passing",
  "lastRunAt": "2024-01-15T08:00:00Z",
  "createdAt": "2024-01-10T10:00:00Z"
}