Can we read data from excel in postman for js tests?(我们可以从邮递员的excel中读取excel数据以进行js测试吗?)
OR can we write a js script which read data from excel/csv/notepad.(或者我们可以编写一个js脚本来从excel / csv / notepad中读取数据。)
I have wrote some js script which automate my API tests.(我已经写了一些js脚本来自动化我的API测试。) I am using Newman to execute them from command prompt.(我正在使用Newman从命令提示符处执行它们。)
I am writing automated test in postman.(我正在用邮递员编写自动测试。) I want to import data from excel for my tests.(我想从Excel导入数据以进行测试。) Is it possible?(可能吗?) There is any plug-in or anything present which can help me to achieve same(有任何插件或任何可以帮助我达到目标的插件)
I have a thought that using js I try to write a code which directly read/interacts file like excel/csv/notepad.(我认为使用js尝试编写直接读取/与excel / csv / notepad之类的文件进行交互的代码。) Is it possible?(可能吗?)
Any help would be appreciated(任何帮助,将不胜感激)
ask by Shubham Jain translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…