Service Virtualization & Java

In a microservices architecture, one of the most important parts of a service is the module in charge of communicating with other services. You often need to test end-to-end how a service communicates with other services. Mocking is not a solution since it does not test the communication stack, and skips everything related to network […]

Service Virtualization & Java Read More »