postman|Postman响应断言

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 (校验响应头是否包含某个值)
1)response body:contains string
【postman|Postman响应断言】postman|Postman响应断言
文章图片

postman|Postman响应断言
文章图片

response header:content-type header check
postman|Postman响应断言
文章图片

response time is less than 200ms
postman|Postman响应断言
文章图片

Status code:code is 200
postman|Postman响应断言
文章图片

    推荐阅读