Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Making a mockery of web services

Making a mockery of web services

With the help of WireMock (http://wiremock.org/) we will explore how to create reliable and repeatable integration/system tests for an application that depends on an external web service or HTTP-based API.

Originally presented as a lightning talk at the Manchester Java Community event held at AutoTrader's offices on 20th October 2016.

Avatar for Nick Ebbitt

Nick Ebbitt

October 20, 2016
Tweet

Other Decks in Programming

Transcript

  1. MAKING A MOCKERY OF WEB SERVICES Manchester Java Community –

    20th October 2016 Nick Ebbitt @nickebbitt
  2. DEFINE: MOCK In software engineering mocks are… "…special case objects

    that mimic real objects for testing." http://martinfowler.com/articles/mocksArentStubs.html?