#unit-testing
Read more stories on Hashnode
Articles with this tag
The more effective the tests are, the more security they convey to us in the fight against regressions! · Although the presence of software tests can be...
Writing tests without a plan is like navigating without a compass; you may reach the destination, but the path will be much more difficult. · Writing...
Unit testing is like a microscope that allows you to examine the smallest details of your code · The Arrange-Act-Assert (A-A-A) convention is widely used...
Software entropy is the tendency of software to degrade over time as it is modified. - Ivar Jacobson · Yes, that topic again. After all, we all know that...
Leaking domain knowledge for testing may not seem harmful at first, but with increasing complexity it becomes a big problem! · One of the key principles...
When a metric becomes a goal, it stops being a good metric. - Charles Goodhart · Over the years, the quality of the code base and the quality and...