II.
Term JSON
Structured · liveterm:acceptance-test-driven-development
Acceptance Test-Driven Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:acceptance-test-driven-development",
"_kind": "Term",
"_file": "terminology/terms/terms-methodologies.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:acceptance-test-driven-development.canonical",
"displayName": "Acceptance Test-Driven Development",
"kind": "concept",
"description": "Acceptance Test-Driven Development (ATDD) drives development from\nfeature-level acceptance tests written before implementation.\nCombined with TDD at the unit level, it ensures both external\nquality (right thing) and internal quality (built right).\n"
},
"outgoingEdges": [
{
"from": "term:acceptance-test-driven-development",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "acronym:atdd",
"to": "term:acceptance-test-driven-development",
"kind": "expands_to"
},
{
"from": "definition:acceptance-test-driven-development.canonical",
"to": "term:acceptance-test-driven-development",
"kind": "defines"
}
]
}