Aug 30, 2022
I quite sure that I can achieve an 80% of code coverage with randomly created tests. So, in one hand, it is completely superfluous.
In the other hand, it is dangerous because it makes developers create QA unit tests, which are useless, and in addition, they are very coupled to the code. So future maintenance is harder.
Btw, very good article, Bryan!