--- title: Getting Started layout: page pageOrder: 1 section: 'Mock Server' subsection: true sitemap: priority: 0.9 changefreq: 'monthly' lastmod: 2018-11-16T16:00:00+01:00 ---

Note: this page is a high level overview of each topic, more detail is available for each topic on a linked page.

The typical sequence for using MockServer is as follows:

  1. Start MockServer
  2. Setup Expectations
  3. Run Test Scenario
  4. Verify Requests

Mocking service dependencies with MockServer

 

0. Start MockServer

{% include_subpage _includes/running_mock_server_summary.html %}  

1. Setup Expectations

{% include_subpage _includes/creating_expectations.html %}  

3. Verify Requests

{% include_subpage _includes/verification_summary.html %}