postman接口测试(常用断言)

一、postman接口测试常用断言
1、断言响应状态码是否为200(Status code is 200)
postman接口测试(常用断言)_第1张图片

2、断言响应体JSON数据校验(Response body:JSON value check)
postman接口测试(常用断言)_第2张图片

3、断言响应体是否包含指定字符串(Response body: Contains string)
postman接口测试(常用断言)_第3张图片

4、断言响应体是否等于指定字符串(Response body:Is equal to a string)
postman接口测试(常用断言)_第4张图片

5、断言响应头是否包含指定的头信息(Response headers: Content-Type header
check)
postman接口测试(常用断言)_第5张图片

你可能感兴趣的:(postman,后端,测试工具)