RoboHydra favicon

RoboHydra

RoboHydra is a web server designed to help you test any kind of HTTP client:

  • GUIs that use a public API,
  • Mobile applications that communicate with some server,
  • Complex Javascript front-ends that use a server as a data store,
  • Server applications that contact 3rd party servers,
  • And more! See the use case comics for more information. RoboHydra allows you to easily build custom “mock” servers with little effort, be it to build a test suite or to easily reproduce problems while fixing bugs. RoboHydra also supports exploratory testing by allowing you to change its behaviour dynamically via its web interface. Last but not least, RoboHydra can also reverse proxy requests, which is useful in a variety of situations.
MockServer

MockServer

MockServer can be used for mocking any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).

WireMock

WireMock

WireMock is a simulator for HTTP-based APIs. Some might consider it a service virtualization tool or a mock server. It enables ...