iiRecord
Agentic AI Atlas · BDD / Specification by Example
methodology:bdd-specification-by-examplea5c.ai
II.
Methodology JSON

methodology:bdd-specification-by-example

Structured · live

BDD / Specification by Example json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:bdd-specification-by-example",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "BDD / Specification by Example",
    "description": "Behavior-Driven Development captures requirements as concrete examples\nillustrating how the system should behave in specific scenarios. These examples\nbecome executable specifications serving as both documentation and automated tests.\nThe three-step process (Discovery, Formulation, Automation) builds shared\nunderstanding between business and development teams using a ubiquitous language.\n",
    "methodologyKind": "quality-focused",
    "origin": "Dan North (BDD, 2006), Gojko Adzic (Specification by Example)",
    "yearIntroduced": "2006"
  },
  "outgoingEdges": [
    {
      "from": "methodology:bdd-specification-by-example",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--bdd-process",
      "to": "methodology:bdd-specification-by-example",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}