The purpose of this series of four articles is to introduce you to various ways in which you can use simulations to increase the efficiency and coverage of your test automation...
In the previous article, we have seen how to use WireMock to create simple stubs for our checkout service endpoint, so that we can test our web shop implementation more...
In the previous article, you could see how using a mocking framework like Mockito can help you address isolation challenges, which is the first of the two types of issues...
Writing automated tests for complex and distributed systems is hard! 🤯 If you have been involved in creating integration and end-to-end tests for this type of systems, you...