#testing
Read more stories on Hashnode
Articles with this tag
It took me years to figure out what was wrong with writing tests against the implementation.I knew the theory. Focus on the business-specific behavior...
I like unit tests, I really do. But they have issues. The problem is twofold.First, how to define a unit? From my experience, it's usually too...
What you do when trying to measure the quality of your tests? Neither code coverage nor branch coverage won't help. Maybe tackle this from a different...