Book Image

WireMock for Java Developers [Video]

By : Dilip Sundarraj
Book Image

WireMock for Java Developers [Video]

By: Dilip Sundarraj

Overview of this book

WireMock is a simulator for HTTP-based APIs or MockServer. REST APIs are everywhere today as they're the modern and easiest way to build functionality and expose them to the real world. When it comes to writing unit test cases that involve REST-based interactions, there is always a challenge in testing error responses, network faults, latency, and timeouts. WireMock will solve the problem of application code that depends on an external service by mocking the actual service. In the microservices architecture, It is pretty common for services to depend on one another and it's always a challenge to write test cases for code that depends on other external services. WireMock provides the necessary tools to simulate an external service so that code that depends on the external service can be tested; this helps to build a robust REST client. This course covers the following techniques using WireMock: · Service virtualization · Simulating an external service · Simulating latency · Simulating error responses · Simulating network errors Learn to integrate the most powerful HTTP Mock library, WireMock, into your applications to build a resilient and robust REST API client. All the code and supporting files for this course are available at - https://github.com/PacktPublishing/WireMock-for-Java-Developers
Table of Contents (13 chapters)
Free Chapter
1
Getting Started with Course
5
Setting Up WireMock
7
Verifying the Stubs - Hands On
11
Running WireMock on Junit 4
Chapter 1
Getting Started with Course
Section 1
Course Introduction & Objectives
In this video, the author will give you all a quick introduction to the course and its objectives.