我正在尝试使用 Postman Runner 集合中 csv 文件的多个输入来执行 REST Webservice,但是在 URL 参数中,我的 csv 值没有被替换。即使那不起作用,我也遵循了相同的示例-http: //blog.getpostman.com/2014/10/28/using-csv-and-json-files-in-the-postman-collection-runner/
当我生成报告文件时 - 我看到 URL 请求是这样的
_http://dump.getpostman.com/get?username={{username}}&password={{password}}
代替
_http://dump.getpostman.com/get?username=ankith&password=abc
我在这里缺少什么,为什么没有从 csv 文件中获取实际值,如果有人可以帮助我解决这个问题,我将不胜感激