You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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