QuestionQ605
Software Development and DesignWhat does completion of the green phase in the test-driven development cycle indicate?
- A The unit test of the new code has written functions as intended.
- B The new code is readable and maintainable.
- C The new code meets the test requirements.
- D The new code caused a break in the existing functionality.
Community Discussion