首页 > 其他 > 详细

postman响应断言

时间:2021-05-23 23:25:40      阅读:34      评论:0      收藏:0      [点我收藏+]

Tests响应断言常用的几种方式

(1)response body:contains string (校验返回结果中是否包含某个字符串)

(2)response body:Is equal to string (校验返回结果中是否等于该字符串)使用少,token会变

(3)response body:Json value check (校验返回结果中某个字段是否等于某个值)

(4)response header:content-type header check (校验响应头是否包含某个值)

(5)response time is less than200ms (校验响应时间是否少于200ms)

(6)Status code:code is 200 (校验响应头是否包含某个值)

 

例:response body:contains string

技术分享图片

 

技术分享图片

response header:content-type header check

技术分享图片

 

response time is less than200ms

技术分享图片

 

Status code:code is 200

技术分享图片

postman响应断言

原文:https://www.cnblogs.com/u-damowang1/p/14802329.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!