Why I Don't do TDD
Test Driven Development puts emphasis on unit over integration tests. The result can be lower quality featuring bugs baked into the product.

Test Driven Development puts emphasis on unit over integration tests. The result can be lower quality featuring bugs baked into the product.

Is API mocking in unit tests important or does it do nothing? The answer is nuanced but we do need such tests to reduce daily churn.

How to establish whether Azul Zulu Prime improves aspects of application behavior to a degree justifying using it within your organization.

What can or should be considered the right size of a unit with regard to what is tested in isolation? Two unit-testing approaches explained!

Learn how to improve your test performance against container-based resources by magnitudes in a couple of easy steps!

Learn how to get started today developing a CI/CD workflow using Apache Cassandra with a GitHub Actions runner!

Continue with the JUnit 5 series on how to customize test classes and test method names to produce more meaningful output.
Continuing the series on JUnit 5, this artcle shows examples of a JUnit test which makes use of a few of the annotations from Part 1!

Many of us have been used to JUnit 4 as a formidable unit testing framework, here is an introduction to JUnit 5, with references to JUnit 4.