I'm getting a head start on celebrating the two-decade anniversary of The Joel Test. If you haven't heard of Joel Spolsky, or otherwise live under ...
For further actions, you may consider blocking this person and/or reporting abuse
Yeowch - I get the points about relying solely on automated testing but this one statement I really take issue with. Having worked as in QA/QE and in busy Operations, it really irks me that this is how Developers view their role as too-good-to-do-the-dirty work and consider the folks who pick up the excuse-my-french as beneath them. What's worse - most management seem to set this up as acceptable and perpetuate it.
Even in a setting with manual testers, the right thing to do is put everyone on the same stead and shift-left the testing concerns so QA are at the table when development is scoped out and the overhead is distributed with Developers doing the responsible upfront testing (TDD/BDD, Code Coverage, Unit/Integration and in cases Scale/Systems/E2E testing as well) and QA "assuring" Quality (Validation/Verification, Exploratory/Ad-Hoc Testing, Hard-to-automate testing).
This is so undeniably true but manual QA isn't the escape hatch to the problem however - that leads to an upside down test pyramid and really slow delivery and grumpy engineers all over. Both automated and manual testing still have a place with sensible division of QA responsibilities across Dev and Manual Testers (arguably Ops as well if you buy into SRE/CRE).
I'm totally on board with what you just said. I am a developer but I don't think QA is a lesser job than a developer. A good QA is at least as valuable as a good developer and a bad QA is as dangerous as a bad developer.
Full disclosure: I'm a software development manager at a large company.
This blog comes up at number 2 for the search "Joel Test" on Google, and I've read it a few times since it was originally written. I smiled when I read point 8 (quiet working conditions) - written in a time before a pandemic had started a shift for many to remote working. Of course, the point is still just as relevant now.