From Testing Microservices with Mountebank by Brandon Byars
This article includes a basic refresher on continuous delivery, test strategy for continuous delivery and microservices, and where service virtualization applies within a broader testing strategy.
From Testing Microservices with Mountebank by Brandon Byars
This article discusses a unique kind of service testing – testing a service that depends on a fictional “Abagnale” service. It involves doing something which has probably never been done before in the history of mocking frameworks: we need to create a virtual imposter that pretends to be a real imposter.
From Testing Microservices with Mountebank by Brandon Byars
This article discusses how Mountebank lets you to virtualize services for testing individual microservices.