Acceptance Tests With WireMock and Kubernetes [Video]
In this video, we'll you show how to mock external systems in your acceptance tests using both WireMock and Kubernetes technologies.
Join the DZone community and get the full member experience.
Join For FreeAbstracting running processes to logical service names enables us to change the connected external system to a mock system for acceptance tests. This is done without changing the application that we’re testing against.
In the video, I use Kubernetes together with WireMock and JUnit to test a Java EE 7 application.
You can find the code of the hello-cloud and greeting-processor application on GitHub.
Published at DZone with permission of Sebastian Daschner. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments