Mocking from the UI

Mocking Requests

1. First change the agent mode to Mock. On the top left of the UI, expand the dropdown and choose Mock.

Similar to recording requests, click the cog icon button on the right in the navigation menu.

2. This will take you to the Proxy Settings page. Optionally set which Scenario to mock from, otherwise all requests ever recorded will be eligible for mocking.

While not required, we recommend specifying a scenario to mock requests from

3. Click the Run button in Figure 2. to start mocking.

4. Sending any request that was previously recorded will now return the recorded response. If the request was not recorded, a "Request not found" message will be returned. To learn more on how a request is matched, visit here.

Last updated