Acceptance Criteria · Example Payload

Acceptance Criteria Management Acceptance Criteria List Example

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

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

Top-level fields

totalpagepageSizecriteria

Example Payload

acceptance-criteria-management-acceptance-criteria-list-example.json Raw ↑
{
  "total": 3,
  "page": 1,
  "pageSize": 20,
  "criteria": [
    {
      "id": "ac-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",
      "status": "passing",
      "order": 1
    },
    {
      "id": "ac-002",
      "description": "The filter should show the count of products in each category in parentheses",
      "format": "plain-text",
      "status": "not-verified",
      "order": 2
    },
    {
      "id": "ac-003",
      "description": "When no products match the selected category, a 'No results found' message is displayed",
      "format": "plain-text",
      "status": "failing",
      "order": 3
    }
  ]
}