DEV Community

Discussion on: The TDD Test

Collapse
 
erikpischel profile image
Erik Pischel

If you've got the luxury of having quality engineers that can write unit tests, integration tests and acceptance tests (and they have the time to do so) you can throw away TDD unit tests easily.

I think projects that work this way are in the minority.

Thread Thread
 
eljayadobe profile image
Eljay-Adobe

Quality engineers should not be writing unit tests. If the developers do TDD, the developers should be writing unit tests.

Quality engineers should be writing integration tests and acceptance tests.

Thread Thread
 
erikpischel profile image
Erik Pischel

Sorry I misread your comment.