MockServer built by James D Bloom can help you solve this problem.
MockServer is for mocking of any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).MockServer is built using Java and has bindings for both Java and Javascript although any language that can send JSON via HTTP can easily use the MockServer API. Their are some .net bindings in the pipeline, but until those come along you could use Nancy to provide similar capabilities.
MockServer supports:
- mocking of any HTTP / HTTPS response when any request is matched
- recording requests and responses to analyse how a system behaves
- verifying which requests and responses have been sent as part of a test
For more information on MockServer please visit
http://www.mock-server.com/
No comments:
Post a Comment