当前位置:网站首页>[postman] collections - run the imported data file of the configuration
[postman] collections - run the imported data file of the configuration
2022-07-06 06:09:00 【lichong951】
You can use data file transfer Postman Value set for use in the collection run . By means of Collection Runner Choose from JSON or CSV Data files , You can test your request with multiple different values in one run .
Use data files to run collections
When you start the collection run , You will see an option to select a data file . choice Postman Right lower corner Runner .
Select your collection , Then select select file next to data on the right to select your data file .
Before you start running , You will see a preview of the data in the file data.json The option to .
[{
"path": "post",
"value": "1"
}, {
"path": "post",
"value": "2"
}, {
"path": "post",
"value": "3"
}, {
"path": "post",
"value": "4"
}]

Select run with data file to start running with the values in the file .
Collection Runner The collection request will be run for each iteration in the data file . The output you see will indicate the results of any tests you defined in the collection request .
Accessing data file values
You can reference the values defined in the data file throughout the request , But access them in the script , You need to use different technologies . To use values in data files in test or pre request script code , Please use iterationData, It provides access to the current data file record used to run the request .
//get the 'value' field from the data file for this request run
pm.iterationData.get("value")
Any data you define in the request will be used by the collection runtime , And your request data can reference the value defined in the data file .
Error reading data file
When Postman When trying to read your data file during the collection run , You may encounter errors . If this happens , You can take the following steps .
Make sure your data file format is correct , by CSV or JSON.
By opening the data file in a text editor and saving the file in a different format , Make sure your data file is encoded correctly .
边栏推荐
猜你喜欢

Idea new UI usage

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

【论文阅读】NFlowJS:基于鲁棒学习的合成负数据密集异常检测

IPv6 comprehensive experiment

授予渔,从0开始搭建一个自己想要的网页

数学三大核心领域概述:代数

Report on the competition status and investment decision recommendations of Guangxi hospital industry in China from 2022 to 2028

Hypothesis testing learning notes

Practice sharing: how to safely and quickly migrate from CentOS to openeuler
![[Thesis code] SML part code reading](/img/3c/0deccf499d9b1cbe30a302cb115d73.png)
[Thesis code] SML part code reading
随机推荐
IP day 16 VLAN MPLS configuration
【eolink】PC客户端安装
华为路由器忘记密码怎么恢复
H3C V7版本交换机配置IRF
华为BFD的配置规范
Hongliao Technology: Liu qiangdong's "heavy hand"
About PHP startup, mongodb cannot find the specified module
【Postman】动态变量(也称Mock函数)
Overview of three core areas of Mathematics: algebra
High quality coding tool clion
[C language syntax] the difference between typedef struct and struct
曼哈顿距离与曼哈顿矩形-打印回字型矩阵
Gtest之TEST宏的用法
网络协议模型
Redis6 cluster setup
leaflet 地图
Testing and debugging of multithreaded applications
LeetCode 729. 我的日程安排表 I
Yunxiaoduo software internal test distribution test platform description document
【微信小程序】搭建开发工具环境