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

By | November 20, 2022

  • A. User acceptance testers develop the test requirements.
  • B. It enables code refactoring.
  • 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.
Answer: Option B, E.
Explanation: 

Reference: https://www.guru99.com/test-driven-development.html#2

The post Which two concepts describe test-driven development? (Choose two.) appeared first on Majanto.