Introduction to WireMock

Go to class
Write Review

Free Online Course: Introduction to WireMock provided by Pluralsight is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Introduction to WireMock is taught by Andrew Morgan.

Overview
  • Dive into WireMock, a simulator for HTTP-based APIs. WireMock helps make testing easier by replacing your application's HTTP dependencies with a simulation that you can control.

    When your application depends on an external API, testing that it functions as expected can be challenging. In this course, Introduction to WireMock, you will gain the ability to easily simulate the APIs that your application under test depends on. First, you will learn how to stub and verify interactions with an API using WireMock. Next, you will discover how to run it standalone, both for recording and simulating APIs. Finally, you will explore more advanced concepts such as simulating fails, HTTPS, templating, and state. When you’re finished with this course, you will have the skills needed to use WireMock to simulate the HTTPs APIs that your application depends on.