Question 1 · 1
Which two concepts describe test-driven development? (Choose two.)
Choose all answers that apply.
- User acceptance testers develop the test requirements.
- It enables code refactoring.
- Tests are created when code is ready for release.
- Implementation is driven by incremental testing of release candidates.
- Write a test before writing code.