The practice of writing only enough code to pass the existing tests is known as _______.

  • Agile Coding
  • Incremental Development
  • Minimal Viable Product (MVP)
  • Red-Green-Refactor
The practice of writing only enough code to pass the existing tests in TDD is known as Red-Green-Refactor. It involves writing a failing test (Red), making the test pass by writing the minimum code (Green), and then refactoring the code without changing its behavior.
Add your answer
Loading...

Leave a comment

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