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响应断言】
文章图片
文章图片
response header:content-type header check
文章图片
response time is less than 200ms
文章图片
Status code:code is 200
文章图片
推荐阅读
- postman|Postman接口测试如何设置断言
- postman|postman+newman接口自动化测试
- postman|Postman进阶篇(一)-pre-request script入门及实现参数使用随机数
- Postman|3天精通Postman---基础应用&接口测试流程&接口架构和协议
- postman|postman接口测试中pre-request scripts使用
- 软件测试|postman|接口测试 | pre-request script 场景应用
- Postman|postman参数化--pre-request script
- 运维测试|谷歌添加postman插件
- 软件测试|csdn最牛的postman接口测试和postman接口自动化测试全套教程