There are situations when we must know the exact version of our web application that is deployed to a remote server. For example, a customer might want to know if we have already deployed a bug fix to the server X. We can, of course, try to find an answer to that question by using […] Read more
Git
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.