What design approach describes writing tests before writing application code, then writing the minimal code to pass tests, and repeating. hich is often used in Django-REST projects?
Behavior-Driven Development
Waterfall Model
Code-First Development
Test-Driven Development (TDD)
This question is part of this quiz :
Python | Django | Testing