你用什么工具来测试您的公共REST API? [英] What tools do you use to test your public REST API?

查看:210
本文介绍了你用什么工具来测试您的公共REST API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

寻找工具,用来测试REST API。

Looking for tools use to test REST API.

到目前为止,我只知道了SoapUI 的。我试过,但SOAPUI - 至少在MAC 的 - 这是可怕的。

So far I'm only aware of SoapUI. I've tried SOAPUI but - at least in a mac - it's terrible.

想知道的人使用,以测试自己的API是什么。

Wondering what people are using to test their own APIs.

推荐答案

如果你只是手动测试你的API,我们发现的 RESTClient实现2.3 海报附加为Firefox是pretty很有帮助。这两个让你建立请求GET,PUT,POST或DELETE。您可以保存这些请求后重新运行。

If you're just testing your APIs manually, we've found RestClient 2.3 or the Poster add-on for Firefox to be pretty helpful. Both of these let you build requests that GET, PUT, POST, or DELETE. You can save these requests to rerun later.

对于简单的自动化测试在shell脚本试图在Linux(或Cygwin的)'卷曲'命令。

For simple automated testing try the Linux (or Cygwin) 'curl' command in a shell script.

这东西多的工业实力可以向上移动到的Apache JMeter的。 JMeter是伟大的负载测试。

From something more industrial strength you can move up to Apache JMeter. JMeter is great for load testing.

2014年10月31日: HTT prequester 是现在为Firefox更好的选择。

31 October 2014: HTTPRequester is now a better choice for Firefox.

2015年7月:<一href=\"https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en\">Postman是Chrome的一个不错的选择。

July 2015: Postman is a good choice for Chrome

这篇关于你用什么工具来测试您的公共REST API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆