#programming-blogs
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...
A good component finds a balance of constraints while remaining reusable and integrating cleanly with the rest of our application · The concept of smart...
Branch coverage provides valuable insight into areas of your code that require the most attention and testing. · There are topics about tests that can...
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...
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...