Cisco 200-901 Practice Test 1

Question 1 / 40
Which two concepts describe test-driven development? (Choose two.)
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.