Comparison of API simulation tools: Difference between revisions

Content deleted Content added
Wojtek-tp (talk | contribs)
Created page with '{{subst:AFC submission/draftnew}}<!-- Important, do not remove this line before article has been created. --> == References == <!-- Inline citations added...'
 
Wojtek-tp (talk | contribs)
No edit summary
Line 1:
{{AFC submission|t||ts=20171002164742|u=Wojtek-tp|ns=118|demo=}}<!-- Important, do not remove this line before article has been created. -->
 
The tools listed here support simulating APIs. The are also called API mocking tools, service virtualization tools and over the wire test doubles.
 
{| class="wikitable"
 
! !! License !! Cost !! Supported protocols and APIs !! Has a UI !! Scriptable/Programmable !! Docker support !! Cloud offering !! Quick start
 
|-
 
| Charles Proxy || Commercial || $50/license || HTTP(S) || Yes || No || No || No ||
 
|-
| Hoverfly || Apache 2 || Free || HTTP(S) || No || Yes || Yes || Yes ([https://cloud.hoverfly.io Hoverfly Cloud]) || [https://docs.hoverfly.io/en/latest/pages/introduction/introduction.html Hoverfly introduction]
|-
| Mountebank || MIT || Free || "HTTP(S)\nTCP\nSMTP" || No || Yes || Yes || No || [http://www.mbtest.org/docs/gettingStarted Mountebank Getting Started]
|-
| SoapUI MockServer || European Union Public Licence || Free || HTTP(S) || Yes || Yes || No || No || [https://www.soapui.org/soap-mocking/getting-started.html MockServer quick start]
|-
| Traffic Parrot || Commercial || "Free community edition. Business edition starting at $19/m/license." || "HTTP(S), JMS, IBM® MQ (in beta)" || Yes || Yes || Yes || No || [http://trafficparrot.com/documentation/3.9.x/start.html Traffic Parrot Quick Start]
|-
| Wiremock || Apache 2 || Free || HTTP(S) || No || Yes || Yes || Yes ([http://get.mocklab.io/ Mocklab]) || [http://wiremock.org/docs/getting-started/ Wiremock Getting Started]
|}
 
== References ==