postman响应断言
Posted 星辰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 (校验响应头是否包含某个值)
例:response body:contains string
response header:content-type header check
response time is less than200ms
Status code:code is 200
以上是关于postman响应断言的主要内容,如果未能解决你的问题,请参考以下文章