
接口测试
frogcar
这个作者很懒,什么都没留下…
展开
-
Postman使用
API自动化测试利器——Postman 作者: fengchang 时间: September 26, 2015 分类: 工具 自从开始做API开发之后,我就在寻找合适的API测试工具。一开始不是很想用Chrome扩展,用的WizTools的工具,后来试过一次Postman之后就停不下来了,还买了付费的Jetpacks。推出Team Sync Beta之后我又把这个工具转载 2017-06-30 16:58:19 · 2505 阅读 · 0 评论 -
Postman 常用测试结果验证及使用技巧
Postman的test本质上是Java代码,通过我们编写测试代码,每一个tests返回True,或是False。 每一个tests实际上就是一个测试用例 官方文档给出了很多验证方式,我们通过实例来进行学习 接口返回结果为json 1.检查response的body中是否包含字符串 tests["测试点"] = responseBody.has("需要查找的字转载 2017-06-30 17:21:40 · 3957 阅读 · 0 评论 -
postman实战(用户名密码登录类接口)1
OK,为了更加了解postman工具的使用,这里再来一个post的请求方式,访问www.cyw.com地址,切换到武汉城市,接口来验证这样的一个过程,见请求的 过程详细数据的截图: 可以看到,请求方式为post,请求地址为:http://m.cyw.com/index.php?m=api&c=cookie&a=setcity,参数为cityId=438,在postman实现这样转载 2017-06-30 17:41:01 · 25982 阅读 · 2 评论 -
Postman-CI集成Jenkins
Newman 官方说明:Postman's command-line companion lets you do amazing things! With Newman, you can integrate Postman collections with your build system. Or you can run automated tests for your API throu转载 2017-07-18 17:28:12 · 380 阅读 · 0 评论 -
POST实战JIRA登录接口
使用火狐浏览器f12跳出Firebug插件界面 火狐中登录jira, Firebug插件界面找到POST此请求,见图 postman中Body设置有两种方式都可 (1.) (2.) 4. 设置检查点 结果通过原创 2017-07-24 12:15:06 · 2333 阅读 · 0 评论