postman 测试并发请求 发表评论 348 views IT运维之家 系统运维 postman 测试并发请求 1、保存请求并在Tests 加入测试 pm.test("SUCCESS", function () { pm.response.to.have.body("errMsg"); }); 2、通过runner执行并发请求