共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > Masquerade Service Simulator |
Masquerade Service Simulator
|
1 | 0 | 519 |
贡献者 | 讨论 | 代码提交 |
Masquerade is a configurable Service Simulator that returns simulated responses for service requets.
Service stubs can easily be implemented using Masquerade. Simply run Masquerade standalone using its embedded Jetty server or deploy it to an application server (e.g. Tomcat) of your choice, and configure your simulations using its web interface.
Service simulation is useful for example when
- Providing a service stub for integration or regression tests
- Doing functional tests against a system that is not (yet) available
- Providing a stub for functionality that is yet to be implemented in an agile project