摘要: postman数据驱动与断言 沈一愣 test验证:1.验证状态自带函数:status codepm.test("Status code is 200", function () { pm.response.to.have.status(200);}); 2.验证值等于:(1).部分值等于。自带函数 阅读全文
posted @ 2020-06-28 14:26 沈一愣 阅读(566) 评论(0) 推荐(0)