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 #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.

Leaking domain knowledge for testing may not seem harmful at first, but with increasing complexity it becomes a big problem!

When a metric becomes a goal, it stops being a good metric. - Charles Goodhart

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.
