10+種Web API接口測試工具介紹
Fiddler
https://www.telerik.com/fiddler
JMeter
http://jmeter.apache.org/download_jmeter.cgi
Postman
https://www.getpostman.com/postman
https://www.soapui.org/downloads/soapui.html
https://www.httpmaster.net/compare
Python Requests
http://docs.python-requests.org/en/master/
Unirest
Airborne
https://github.com/brooklynDev/airborne
PyRestTest
https://github.com/svanoort/pyresttest/blob/master/quickstart.md
RoboHydra HTTP client test tool
http://robohydra.org/
restsharp
http://restsharp.org/
Simple REST and HTTP API Client for .NET
API Fuzzer
https://github.com/Fuzzapi/API-fuzzer
Unit Testing
-
Java – JUnit, (www.junit.org), TestNG (http://beust.com/testng/), JTiger (www.jtiger.org)
Microsoft .NET – NUnit (www.nunit.org), .NETUnit (http://sourceforge.net/projects/dotnetunit/), ASPUnit (http://aspunit.sourceforge.net/), CSUnit (www.csunit.org) and MS Visual Studio Team Edition and many more.
PHP – PHPUnit (http://pear.php.net/package/PHPUnit), SimpleTest (www.simpletest.org)
Coldfusion – CFUnit (http://cfunit.sf.net), cfcUnit (www.cfcunit.org)
Perl – PerlUnit (http://perlunit.sf.net), Test::More (included with Perl)
Python – PyUnit (http://pyunit.sf.net), doctest (included in standard library)
Ruby – Test::Unit (included in the standard library)
C – CUnit (http://cunit.sf.net), check (http://check.sf.net)
C++ – CPPUnit (http://cppunit.sf.net), cxxtest (http://cxxtest.sf.net)