Spring boot Wiremock Integration
What is Wiremock Demonstration of Running WiremockServer as Spring boot application, which helps in various test strategies such as integration, contract and performance testing. — ThirupathiReddy Vajjala What is Wiremock It is a mock server which enables you to stay productive with the following use cases: API you depend on doesn’t exist API you depend on is n’t complete. It supports testing of edge cases and failure modes that the real API won’t reliably produce. Because it’s fast it can reduce your build time from hours down to minutes. Wiremock server can be useful in different test strategies When you don’t have enough test data to do end-to-end testing with the new features you implemented. When you want to verify your producer contracts while running build pipelines such as Consumer driven contract testing. Performing load testing on your application components. When you want to do Integration testing and you don