gpt4 book ai didi

javascript - 我们可以在 postman 中从excel中读取数据进行js测试吗?

转载 作者:行者123 更新时间:2023-11-30 15:15:14 61 4
gpt4 key购买 nike

我们可以在postman中从excel中读取数据进行js测试吗?或者我们可以写一个js脚本从excel/csv/notepad读取数据吗?

我写了一些 js 脚本来自动化我的 API 测试。我正在使用 Newman 从命令提示符执行它们。

我正在用 postman 编写自动化测试。我想从 excel 导入数据进行测试。是否可以?有任何插件或任何东西可以帮助我实现同样的目标

I have a thought that using js I try to write a code which directly read/interacts file like excel/csv/notepad. Is it possible?

任何帮助将不胜感激

最佳答案

如果您将 excel 导出为 csv 并且格式类似于 this file,则可以.

您也可以使用 newman 来做到这一点使用 -d <source>, --iteration-data <source> .

指定要用于迭代的数据源文件 (CSV) 作为文件路径或 URL。 Working with data files .

如果你想使用 Postman 应用程序,你可以使用 Collection Runner -

The Collection Runner let’s you import a CSV or a JSON file and then use the values from the data file inside HTTP requests and scripts. We call these variables data variables. To use them inside the Postman UI, you have to follow the same syntax as environment or global variables. Having the same syntax helps you test individual requests inside Postman using dummy environment values. When you move to the Collection Runner you don't have to change anything.

更多关于博客 here .

关于javascript - 我们可以在 postman 中从excel中读取数据进行js测试吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44568103/

61 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com