II.
Methodology JSON
Structured · livemethodology:specification-by-example
Specification by Example json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:specification-by-example",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Specification by Example",
"description": "A collaborative requirements technique where teams illustrate requirements\nusing realistic examples. Key examples become executable specifications that\nserve as both documentation and automated tests. The process involves deriving\nscope from goals, specifying collaboratively, illustrating with examples,\nrefining the specification, automating validation, and evolving a living\ndocumentation system.\n",
"methodologyKind": "quality-focused",
"origin": "Gojko Adzic",
"yearIntroduced": "2011"
},
"outgoingEdges": [
{
"from": "methodology:specification-by-example",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "methodology:specification-by-example",
"to": "domain:qa-testing",
"kind": "applies_to"
}
],
"incomingEdges": []
}