What is a philosophy associated with the test-driven development process?

IT Exam Items RepositoryCategory: DevNetWhat is a philosophy associated with the test-driven development process?

What is a philosophy associated with the test-driven development process?

  • Application code is developed at a slower pace to allow for repetitive testing.
  • Application code should be written before validating system design and tested for functionality as needed.
  • More than enough code is written to support the application.
  • Failures are expected to occur in order to limit the application code to only what is needed to pass the test.

Explanation: With the Test-Driven Development process, testing code is written before application code. The application code is then created with the single purpose of being able to barely pass the testing code.

Related exam: DevNet Associate Practice Final Exam Answers