当前位置:网站首页>【Postman】Collections-运行配置之导入数据文件
【Postman】Collections-运行配置之导入数据文件
2022-07-06 05:59:00 【lichong951】
您可以使用数据文件传递 Postman 值集以在收集运行中使用。通过在 Collection Runner 中选择 JSON 或 CSV 数据文件,您可以在一次运行中使用多个不同的值测试您的请求。
使用数据文件运行集合
当您启动收集运行时,您将看到一个选择数据文件的选项。选择Postman 右下角的Runner 。
选择您的集合,然后选择右侧数据旁边的选择文件以选择您的数据文件。
在开始运行之前,您将看到一个预览文件中数据data.json的选项。
[{
"path": "post",
"value": "1"
}, {
"path": "post",
"value": "2"
}, {
"path": "post",
"value": "3"
}, {
"path": "post",
"value": "4"
}]
选择使用数据文件运行以使用文件中的值开始运行。
Collection Runner 将为数据文件中的每次迭代运行收集请求。您看到的输出将指示您在收集请求中定义的任何测试的结果。
访问数据文件值
您可以在整个请求中引用数据文件中定义的值,但是要在脚本中访问它们,您需要使用不同的技术。要在测试或请求前脚本代码中使用数据文件中的值,请使用iterationData,它提供对用于运行请求的当前数据文件记录的访问。
//get the 'value' field from the data file for this request run
pm.iterationData.get("value")
您在请求中定义的任何数据都将在集合运行时使用,并且您的请求数据可以引用数据文件中定义的值。
读取数据文件时出错
当 Postman 在收集运行期间尝试读取您的数据文件时,您可能会遇到错误。如果发生这种情况,您可以采取以下步骤。
确保您的数据文件格式正确,为 CSV 或 JSON。
通过在文本编辑器中打开数据文件并以不同格式保存文件,确认您的数据文件已正确编码。
边栏推荐
- How Huawei routers configure static routes
- 在线问题与离线问题
- Construction of yolox based on paste framework
- 局域网同一个网段通信过程
- 公司视频加速播放
- Download, install and use NVM of node, and related use of node and NRM
- Redistemplate common collection instructions opsforvalue (II)
- 假设检验学习笔记
- 网络协议模型
- H3C S5820V2_ Upgrade method after stacking IRF2 of 5830v2 switch
猜你喜欢
[web security] nodejs prototype chain pollution analysis
First knowledge database
Station B, Master Liu Er - dataset and data loading
【课程笔记】编译原理
C language learning notes (mind map)
Yygh-11-timing statistics
continue和break的区别与用法
Sqlmap tutorial (III) practical skills II
Expose the serial fraudster Liu Qing in the currency circle, and default hundreds of millions of Cheng Laolai
SQLMAP使用教程(三)实战技巧二
随机推荐
Station B Liu Erden - linear regression and gradient descent
Interface test: what are the components of the URL in fiddler
功能安全之故障(fault),错误(error),失效(failure)
Introduction to promql of # yyds dry goods inventory # Prometheus
在线问题与离线问题
H3C S5820V2_ Upgrade method after stacking IRF2 of 5830v2 switch
Detailed explanation of BF and KMP
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
[course notes] Compilation Principle
nodejs实现微博第三方登录
Arrays and collections
Demander le Code de texte standard correspondant à un centre de travail dans l'ordre de production
Seven imperceptible truths in software testing
Hongliao Technology: how to quickly improve Tiktok store
Pay attention to the details of pytoch code, and it is easy to make mistakes
AUTOSAR from getting started to becoming proficient (10) - embedded S19 file analysis
Clock in during winter vacation
C language learning notes (mind map)
Analysis report on development trends and investment planning of China's methanol industry from 2022 to 2028
Memory and stack related concepts