新建一个合集
创建新的请求保存在此合集下,并添加测试脚本
//根据返回的 Code 判断请求情况
tests["HTTP响应成功"] = responseCode.code === 200;
var jsonData = JSON.parse(responseBody);
tests["业务处理成功"] = jsonData.statusCode === 100;
运行合集请求
运行结果
参考
https://cloud.tencent.com/developer/article/1896442
标签:tests,postman,jsonData,接口,测试,自动化,合集,请求 From: https://www.cnblogs.com/strongmore/p/17963930