logo logo
Keeping Up with Your Test Automation Project Dependencies

Keeping Up With Your Test Automation Project Dependencies

Your test automation project is not working alone, it always requires some sort of dependencies. These are nothing more than libraries that help you with certain tasks. For...

Mocking Observables in JavaScript Tests

Mocking Observables in JavaScript Tests

There are different ways to test components that involve Observables. You might come across tests that are not written properly. These tests are sometimes only green accidentally...

Dealing with Dependencies in Your Testing and Automation Efforts

Dealing with Dependencies in Your Testing and Automation Efforts

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...

Simulating using WireMock

Simulating Rich Behaviour using Advanced WireMock Features (Part 4)

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...

WireMock

Getting Started with Service Virtualization using WireMock (Part

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...

service virtualization

Increasing Test Efficiency with Service Virtualization

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...