_________ is a practice where code and test are written together, iteratively improving each other.

  • Test-Driven Development (TDD)
  • Code-First Development
  • Model-View-Controller (MVC)
  • Behavior-Driven Development (BDD)
Test-Driven Development (TDD) is a software development methodology where tests are written before the actual code. Developers write small, focused tests that guide the development process, helping ensure that the code meets the requirements and is thoroughly tested.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *