logoalt Hacker News

dijityesterday at 11:17 PM2 repliesview on HN

Do people still hire QA?

Over the last 16 years all I've seen is people implying (heavily) that they can replace QA with "good enough unit tests"..

Which then inevitably leads to bugs, and performance regressions and developers doing their own QA.

I honestly think that all of this is a psyop to get devs to do more, that and "devops" which is either rebranded sysadmins, or developers working as yaml monkeys between code reviews and feature development.


Replies

akkartikyesterday at 11:33 PM

Yeah I've seen both approaches. Either teams do their own QA or we have a dedicated function. Depends on the domain to some extent. Both can work. But I don't hear people saying stupid shit anymore like "QA is a cost center". When we have it, everyone understands the value.

show 1 reply
jamesfinlaysontoday at 4:18 AM

> "good enough unit tests"

Good enough end to end tests then maybe.