12 2020 档案

postman断言
摘要:1、判断请求返回的状态为200 pm.test("status code is 200",function(){ pm.response.to.have.status(200); }) tests["status code is 200"]=responseCode.code==200; 2、判断请 阅读全文
posted @ 2020-12-21 17:10 若雨静夜 阅读(110) 评论(0) 推荐(0)