MockServer
HTTP(S) mock server and proxy for testing that lets you simulate API responses, inspect live traffic, and inject failures.
Overview
MockServer intercepts and responds to HTTP(S) requests with configured mock responses, so a team can test against dependencies that don't exist yet, are unreliable, or are hard to reproduce error conditions with - including injecting timeouts, malformed responses, or specific failure codes on demand. It can also run as a proxy to record and modify live traffic.
MockServer is a fit for teams writing integration tests that depend on external APIs, complementing Hoppscotch (also in this catalog), which is built for manually exploring and calling APIs rather than mocking them for automated tests.
- Categories
- Testing
- Languages
- Java
- License
- Apache-2.0
Related Projects
Keploy
Apache-2.0Developer-centric API testing tool that records real API and database traffic with eBPF and turns it into test cases and data mocks automatically, with no code changes.
- Testing
Chaos Mesh
Apache-2.0Cloud-native chaos engineering platform for Kubernetes that injects controlled faults - pod, network, I/O, and more - to test how a system actually behaves under failure.
- Testing
Cypress
MITJavaScript end-to-end testing framework built for the modern web with fast, reliable testing.
- Testing
Fortio
Apache-2.0Load testing and network measurement tool built for microservices, reporting detailed latency percentiles under sustained load.
- Testing
Spotted an error? Suggest an edit on GitHub.