当前位置:网站首页>[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 .
边栏推荐
猜你喜欢

Yunxiaoduo software internal test distribution test platform description document

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

c语言——冒泡排序

Database: ODBC remote access SQL Server2008 in oracel

The latest 2022 review of "graph classification research"

養了只小猫咪

Caused by:org.gradle.api.internal.plugins . PluginApplicationException: Failed to apply plugin

ICLR 2022 spotlight | analog transformer: time series anomaly detection method based on correlation difference

Practice sharing: how to safely and quickly migrate from CentOS to openeuler

LAN communication process in the same network segment
随机推荐
The usage and difference between strlen and sizeof
A complete collection of necessary learning websites for office programmers
Gtest之TEST宏的用法
养了只小猫咪
Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)
LTE CSFB process
Testing and debugging of multithreaded applications
wib3.0 跨越,在跨越(ง •̀_•́)ง
Huawei BFD configuration specification
My 2021
About PHP startup, mongodb cannot find the specified module
华为路由器如何配置静态路由
关于 PHP 启动 MongoDb 找不到指定模块问题
Hongliao Technology: Liu qiangdong's "heavy hand"
Caused by:org.gradle.api.internal.plugins . PluginApplicationException: Failed to apply plugin
进程和线程的理解
Introduction to promql of # yyds dry goods inventory # Prometheus
IDEA 新UI使用
GTSAM中李群的运用
Arrays and collections