DEV Community

Discussion on: I'm a Tester, Ask Me Anything!

Collapse
 
ducdev profile image
Duc Le

Why should devs write test cases ?

Collapse
 
mfurmaniuk profile image
Michael

They should be testing whatever it is they are coding for. Like TDD says, "Write your Test before your Code". After all, if you don't have a test, how do you know your code is doing what you think?