在Postman中运行脚本时遇到错误(在newman上也是如此)请求为TypeError无法读取未定义的属性'xyz'。
在我的请求中,我的测试脚本为:
var jsonData = JSON.parse(responseBody);
tests["Response has data value"] = jsonData.from.xyz === dataAuth.auth;
dataAuth是我在json中的数据文件如下:
[{
"path": "auth",
"id": "test11",
"desc": "test11",
"fk": "None",
}]
答案 0 :(得分:0)
这意味着您的测试中未定义变量。