Read this article and learn how to use JUnit5 in conjunction with combinations, permutations, and products.
-
Foojay Podcast #14: Debugging Tools and Skills for Fun and Profit
Let’s talk about debugging and observability. We work with debugging all the time, but how well do we know this common practice?
-
JTest: Roll Out Your Own JUnit-Like Testing Framework
In this interactive tutorial and educational project, you’ll learn about JUnit internals and the usage of Java annotations and reflection.
-
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.
-
API Mocking: Essential and Redundant
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.
-
Best Practice: Comparative Evaluation of JDK Setups — Azul Zulu Prime vs. OpenJDK
How to establish whether Azul Zulu Prime improves aspects of application behavior to a degree justifying using it within your organization.
-
Am I Testing the Right Way?
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!
-
Faster Integration Tests with Reusable Testcontainers
Learn how to improve your test performance against container-based resources by magnitudes in a couple of easy steps!
-
How to Develop and Test an Automated CI/CD Workflow with Cassandra
Learn how to get started today developing a CI/CD workflow using Apache Cassandra with a GitHub Actions runner!