Mocking HTTP Services with WireMock – Part 2
In this second article on HTTP testing with WireMock and REST Assured I will show how to set up a HTTPS mock service, with and without mutual authentication, using WireMock and then use REST Assured as a HTTP client to send requests to the service. I highly recommend reading the first article if you haven’t… Read More »