-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Erick Jung edited this page Feb 25, 2022
·
3 revisions
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.
The following diagram shows what happens when you make a request to a server using Mockingbird:
For each transaction received:
- If a request pattern matches with a specific mock, the response will be changed and sent back to the device
- If there is no match, the original response will be sent back to the device
For more details, please read sections: