在Postman请求中获取错误为TypeError无法读取未定义的属性'xyz'

时间:2018-02-19 14:17:17

标签: postman-collection-runner

在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",
}]

1 个答案:

答案 0 :(得分:0)

这意味着您的测试中未定义变量。