Collection of blog posts about testing, test automation and unit tests

Series: How to write good unit tests

  1. How to deal with failing unit tests and what bad tests will cost you.
  2. Naming
  3. Follow the given-when-then pattern
  4. The given part
  5. The then part
  6. Why you want fast tests
  7. Avoid Spring Framework in Tests
  8. Spring Integration Tests with fast turnaround cycles

Docker and Testcontainers

Other blog posts about testing