Overview
Overview
MockServer can be used for mocking any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).
When MockServer receives a requests it matches the request against the API sets we created, and send back a response. For each Api, we can define how we response the matched request:
- simple Response. In this mode, we can virsually config the response’s status code, header, and body.
- advanced Response. In this mode, we can do the response by programming through JavaScript(nodejs), Python or Golang.
Here is a simple chart to show how we handle the request:
The visual view of Mock Server Project is like this:
- left side is the Mock Server projects navigation menu. use “+New” or “-Delete” button to manage these projects.
- right side is the Mock API definition, States and received request records.