`

几种常用的REST webservice客户端测试工具

阅读更多
引言
开发了Rest WebService服务后,如果方便快捷地测试服务?Rest服务可以通过一个Http请求进行调用,但直接通过浏览器往往是不够的,毕竟Rest服务有些要求是POST的请求,此外还有一些REST服务使用到HTTP Head或Cookie会话的一些功能,因此需要一个能够模拟HTTP请求的客户端。

推荐HTTP客户端工具

postman for chrome
如果你使用Chrome浏览器,可以使用postman:

但是由于Google被墙,我自己试了好多次都没有安装好。

httpRequester

firefox平常不太用,但开发时还是很方便的,httpRequester插件类似于chrome有postman,挺好用的,这儿下载:

[url]https://addons.mozilla.org/En-us/firefox/addon/httprequester/
[/url]



RestClient
如果不希望在浏览器中通过插件使用,也可以使用Java版的RestClient,在这儿下载:
http://www.fosshub.com/

  • 大小: 55.6 KB
分享到:
评论
2 楼 wangyudong 2018-03-12  
工具地址貌似更新了哦

https://github.com/Wisdom-Projects/rest-client
1 楼 wangyudong 2017-11-27  
很多REST Client是不支持自动化测试RESTful API,也不支持自动生成API文档.
之前习惯用一款名字为 WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告,并且自动生成精美的RESTful API文档。
轻量级的工具,功能却很精悍哦!
https://github.com/wisdomtool/rest-client

Most of REST Client tools do not support automated testing.

Once used a tool called WisdomTool REST Client supports automated testing, output exquisite report, and automatically generating RESTful API document.

Lightweight tool with very powerful features!

https://github.com/wisdomtool/rest-client

相关推荐

Global site tag (gtag.js) - Google Analytics