DEV Community

Discussion on: The Dev.to-Community's Opinion about Unit-Tests

Collapse
 
osdeltoro profile image
OsDelToro

I have a question, the unit tests should be written by the dev? or by somebody else like QA, tester, PM or peer developer? will it save time to the developer if tests are written by somebody else? so the developer can focus con the code? At the end wasn't just one, sorry XD

Collapse
 
kayis profile image
K

Depends on your philosophy I guess.

If you wa to break as much as possible, to find all the bugs, it's better when someone else writes the tests.