Quantcast
Viewing all articles
Browse latest Browse all 9

Wiremock stateful behaviour

In distributed systems architecture, testing becomes much more complex than in monolith architecture. Although only end-to-end testing gives us full confidence of system-wide implementations, we should also test services in isolation. The easiest way to obtain isolation in microservices architecture is to stub external applications. The problem is that mocks are usually stateless – they…

Viewing all articles
Browse latest Browse all 9

Trending Articles