MockServer can be used for mocking any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).
MockServer can:
- return a "mock" response when a request matches an expectation
- forward a request when the request matches an expectation (i.e. a dynamic port forwarding proxy)
- execute a callback when a request matches an expectation, allowing the response to be created dynamically
- verify requests have been sent (i.e. as a test assertion)
Read full article from MockServer