logo logo
Be Descriptive With Your Test Failures

Be Descriptive With Your Test Failures

Descriptive test failures can save time and money. While the return on investment may not be immediate, future developers (possibly yourself), will appreciate the effort....

Mocking at The Unit Test Level with Mockito

Mocking at The Unit Test Level with Mockito (Part 2)

In the previous article in this series, we've identified a number of common challenges related to dependencies in test environments, and seen how they can prevent development...

TestContainers

Writing Integration Tests with TestContainers Java & Golang

When I look back at the first architecture I designed years ago, it is clear how many integration points we have now compared with the classic LAMP stack: Linux, Apache, MySQL and...

The Bugs Are Already Here! – The Testing Pyramid & Game...

Spoilers are coming! Please be advised that this blog post will include details of major events that take place in season 8 episode 3 of Game of Thrones. This weeks episode of...

what to automate

Testing Guidelines on What to Automate

What to automate and what not to automate? That's a pretty big question... When I started my career as a software tester a decade ago, test automation was viewed with some...

The 3 “A”s For Building a Great Test Automation Suite

Writing high quality test automation suite is not easy, especially for manual testers who are relatively new to automation. There is a learning curve. But the cost of not writing...

Test Automation Strategy for Your Agile Project

In this article, I'll list down the key points to consider when starting to plan your test automation strategy for your agile project in order to get the most out of your test...