MockServer

MockServer is an open source mocking framework for HTTP and HTTPS released under the Apache License. MockServer is designed to simplify integration testing, by mocking HTTP and HTTPS system such as a web service or web site, and to decouple development teams, by allowing a team to develop against a service that is not complete or is unstable.

Simplify testing

MockServer simplifies automated testing and promotes best practices by improving the isolation of the system under test, simplifying test scenarios and improving encapsulation and separation of concerns in tests, as follows:

Decoupling development teams

MockServer decouple development teams, by allow a team to develop against a service that is not complete or is unstable, as follows:

Features

The main features supported are

Technology

MockServer is built using Netty and is written in Java. It runs on as an embedded server on a separate Thread or as a standalone Java Virtual Machine.

MockServer can be used in several ways:

MockServer is available as:

See also

References

  1. 1 2 3 4 5 6 7 8 "MockServer". James D Bloom.

External links

This article is issued from Wikipedia - version of the 5/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.