Keeping Tests Valuable: Write Good Test Cases!
Writing tests without a plan is like navigating without a compass; you may reach the destination, but the path will be much more difficult.
Mar 24, 202320 min read661

Search for a command to run...
Articles tagged with #software-testing
Writing tests without a plan is like navigating without a compass; you may reach the destination, but the path will be much more difficult.

Branch coverage provides valuable insight into areas of your code that require the most attention and testing.

Pretty good testing is easy to do... Excellent testing is quite hard to do. — James Bach

The closer your tests are to the implementation the more sensitive they are to changes. - Mauricio Aniche.
