Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 144
What is a benefit of test-driven development?
Answer options
- A. strict adherence to product requirements
- B. faster releases that have minimal features
- C. early customer involvement
- D. increased code quality
Correct answer: D
Explanation
The correct answer is D because test-driven development emphasizes writing tests before code, which leads to better code quality through continuous testing and refactoring. Options A and B do not directly relate to the principles of test-driven development, while C, while beneficial, does not specifically highlight the primary advantage of this development approach.