(CAD) Certified Agile Developer Practice Test
CAD - Certified Agile Developer CAD FREE CAD Test-Driven Development (TDD) Questions and Answers 2
In TDD, what is the primary purpose of the refactoring step after a test passes?
Select your answer
A
To add new functionality to the codebase
B
To improve code structure without changing behavior
C
To write additional test cases for edge cases
D
To remove passing tests that are no longer needed
Hint