Test-Driven Development (TDD) follows a cycle known as _____, which involves writing a test, writing code to pass the test, and then refactoring.

  • Debugging
  • Iteration
  • Regression
  • Waterfall
Test-Driven Development (TDD) follows a cycle known as an iteration, where the developer writes a test, writes code to pass the test, and then refactors the code. This iterative process helps ensure code correctness and maintainability.
Add your answer
Loading...

Leave a comment

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