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响应断言_第1张图片
Postman响应断言_第2张图片
response header:content-type header check

Postman响应断言_第3张图片
response time is less than 200ms

Postman响应断言_第4张图片
Status code:code is 200

Postman响应断言_第5张图片

你可能感兴趣的:(postman,postman)