This blog post describes how automated testing tools have evolved during my software development career, identifies the reasons why integration, API, and end-to-end tests have become more popular, and explains how we can identify the tests which are most useful to us. Read More
API Testing
Get Rid of DbUnit Data Sets
If you are tired of writing and maintaining assertions which use XML data set files, my Introduction to AssertJ-DB course helps you to replace them with reusable assertions.
Get Started With JUnit 5
If you want to learn how to write tests with JUnit 5, my Introduction to JUnit 5 course helps you to get started and teaches you techniques which allow you to work smarter, not harder.