检查响应状态码是否为200:
pm.test("status code is 200",function()
{
pm.response.to.have.status(200);
});
==========================================================================
检查响应状态码是否为200:
pm.test("status code is 200",function()
{
pm.response.to.have.status(200);
});
==========================================================================
PostMan智能化测试实战
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M