An introduction to WireMock
Details
After the last 2 sessions we thought it was time to jump back in with something more technical! This month, our very own Peter Mill has volunteered to talk about service virtualisation covering the why and the how as well walking us through his tool of choice; WireMock. This will be an interactive session so anyone wishing to follow along at home will need to download and install the following before the session:
- WireMock (http://wiremock.org). This needs to be running in standalone mode It relies on Java so you will need to install either the Java 7 JRE or Java 8 JRE. Instructions on how to do this can be found here: http://wiremock.org/docs
- Postman (https://www.postman.com/) so you can make API requests. If you are not familiar with Postman, any other client that can make HTTP requests will work (Curl, wget, SoapUI etc).
