Skip to content
Erick Jung edited this page Feb 25, 2022 · 3 revisions

  1. What is?
  2. How it works?

What is?

Mockingbird was designed to simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete or is unstable or just to reproduce planned/edge cases.

How it works?

The following diagram shows what happens when you make a request to a server using Mockingbird:

For each transaction received:

  1. If a request pattern matches with a specific mock, the response will be changed and sent back to the device
  2. If there is no match, the original response will be sent back to the device

For more details, please read sections:

  1. How to configure mockingbird
  2. How to configure your device
  3. How to create Test and Data
  4. How to save a Snapshot and Replay
  5. Step by Step tutorial
Clone this wiki locally