Question: Good testing practices help make good code. Automated unit tests, written by the developer and run often during the development stage, is a good testing
"Good testing practices help make good code. Automated unit tests, written by the developer and run often during the development stage, is a good testing practice. TDD ( test driven development) uses those sorts of tests, but its focus on test-first, with failing test cases that reflect missing code, exclude important tests in the development process.
TDD can easily be modified to handle these other cases, but the result is simply "good unit testing", without the test-first aspect that makes TDD what it is."
Discuss the conclusions of the article . If you disagree in your opinions, please say so.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
