DEV Community

Discussion on: To test or not to test, is that even a question?

Collapse
 
biros profile image
Boris Jamot ✊ /

Maybe some people don't write tests because they're written by someone else. I mean, many people don't write unit tests, because their app get tested by some acceptance tests written by the QA team. But in the end, the app gets tested. In fact, I didn't ever see an app going to production without any test. I would be happy to hear about people doing so.

Collapse
 
liltechnomancer profile image
Levi ᕙ(⇀‸↼‶)ᕗ

Someone else writing automated tests I’ll accept. Using a manual QA team as the only line of defense is a joke.