II.
Methodology JSON
Structured · livemethodology:atdd-tdd
ATDD/TDD json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:atdd-tdd",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ATDD/TDD",
"description": "A combined approach that uses acceptance tests (ATDD) at the feature level to\ndrive unit-level test-driven development (TDD). The dual-layer testing strategy\nensures both external quality (building the right thing via acceptance criteria)\nand internal quality (building it right via Red-Green-Refactor). Acceptance tests\nbecome living documentation while unit tests drive emergent design.\n",
"methodologyKind": "quality-focused",
"origin": "Dan North, Kent Beck"
},
"outgoingEdges": [
{
"from": "methodology:atdd-tdd",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--atdd-tdd",
"to": "methodology:atdd-tdd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}