Page 1 of 1

Which two concepts describe test-driven development? (Choose two.)

Posted: Fri Jul 22, 2022 2:52 pm
by answerhappygod
Which two concepts describe test-driven development? (Choose two.)

A. User acceptance testers develop the test requirements.
B. It enables code refactoring. Most Voted
C. Tests are created when code is ready for release.
D. Implementation is driven by incremental testing of release candidates.
E. Write a test before writing code. Most Voted