InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
WireMock Alternatives
Similar projects and alternatives to WireMock
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.
-
-
-
-
-
pact-js
JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
MockServer
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
-
-
-
hoverfly
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
-
-
-
-
-
-
apitest
A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
WireMock discussion
WireMock reviews and mentions
- Self-hostable webhook tester in go
-
The best way for testing outbound API calls
mocha is a lib inspired by nock and WireMock. It allows checking if the mock was called or not, which is a nice feature. Like httptest, it also it don't automatically intercept the requests.
- Testando chamadas para APIs da melhor forma
-
Effective Strategies for Writing Unit Tests with External Dependencies like Databases and APIs
For testing third-party API calls, you can use libraries such as WireMock or Nock. These tools allow you to simulate HTTP requests and responses, helping you test how your application behaves when interacting with an external service. For example, you can mock successful responses, simulate errors, or test timeouts, all without making real HTTP requests.
-
Best API Mocking Platforms in 2024
WireMock is a versatile, open-source platform for API mocking, offering powerful simulation features for both HTTP and HTTPS protocols. It’s highly customizable and is especially well-suited for complex use cases, such as testing microservices architectures and handling advanced behaviors.
-
Testing
To write my unit tests I used framework called JUnit5. JUnit5 is programmer-friendly testing framework for Java and the JVM. To test my API I had to create a mock server, WireMock framework helped me with it which is integrated with JUnit5. WireMock is a tool for mocking HTTP services.
-
10 Best API Mocking Tools (2024 Review)
WireMock is a Java-based library for stubbing and mocking web services. It allows conditional response setup, latency simulation, and HTTP traffic recording. WireMock is open-source and free, suitable for developers familiar with Java.
-
How To Test Integrations with APIs Using WireMock in .NET
As we don't have other services running during integration testing - we need to somehow simulate these services. And here is where a WireMock library comes into play. WireMock allows mocking the APIs your service depends on.
-
Automated Testing in Node.js for Efficient API Development
Test Environment Dependencies: Use mocking tools like WireMock to simulate API responses, reducing reliance on external services and improving test stability in Node.js testing.
- Testes integrados com Wiremock
-
A note from our sponsor - InfluxDB
www.influxdata.com | 18 May 2025
Stats
wiremock/wiremock is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of WireMock is Java.