当前位置:网站首页>[postman] collections configuration running process
[postman] collections configuration running process
2022-07-06 06:09:00 【lichong951】
To configure
To configure the collection run :
Select the set in the sidebar , Then select the set to run .
On the overview tab , choice Run Icon function
Before starting the collection run , You can choose optional configuration parameters :
- Iterations - The number of iterations the collection runs . You can also run collections multiple times for different data sets to build workflows .
- Delay Delay - The interval between each request is delayed ( In Milliseconds ).
- data data - Collect running data files .
- save responses Save response - Save the response header and body to the log for later viewing . For large collection runs , This setting may affect performance .
- Keep variable values Keep variable values - Keep the variables used in the operation , So that any variables that run the update remain changed after the run is completed . If you don't keep variables , Then the changes will not be saved after the operation . Please note that , Collecting running persistent variables will only update the current value .
- Run collection without using stored cookies Without using storage cookie Run the collection - If your request uses cookie, You can choose to deactivate them for collection runs .
- Save cookies after collection run Save after collecting and running cookie - Will be used in this session cookie Save to cookie Manager . Any value affected by the request during the run will be retained after the run is completed .
If you want your collection to run in the environment , Please use Postman Select it from the environment selector in the upper right corner . You can also select the environment in the sidebar , Then select the environment to use .
By default , Your requests run in the order they are listed in the collection . If you need to change the execution order , Please select a request and drag it to move it to the new order . You can also delete a single request from the run by clearing the check box next to its name .
setNextRequest You can use the request script that creates the workflow to change the execution process .
After configuration , choice Start Run.
Run
Postman Display your request execution and test results in real time . To access more data about what happens when the request is executed , Please select its name from the result list .
To see more details , Include any log statements used in your collection , please Select the console icon from the footer Console .
To view details about the operation , Please select View summary . The summary also lists a column for each iteration of your collection run , So you can see the test output of the whole run at a glance .
To return to the running overview , Please select view results .
Check the test results
If your collection has tests , You will see whether each request passed or failed . You can also use the top “ adopt ” and “ Failure ” Tab filters each option . If any test in the request script fails during the collection run , Then the entire request will fail .
View iterations
If you set the number of iterations for the collection run , You can view the overview of each iteration by selecting one from the list on the right .
Shared collections run
You can do this by Collection Runner Export the results to share the collected running results with others .
To export a collection run :
stay Runner Open the collection to run . If you don't open run , You can also use the history in the sidebar to access Ask collection operation .
Select the export result in the upper right corner to download and run .
Choose a location to save your downloaded collection run , Then select Save .
边栏推荐
- Construction of yolox based on paste framework
- 【课程笔记】编译原理
- 假设检验学习笔记
- 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
- Some easy-to-use tools make your essay style more elegant
- [happy Spring Festival] if you feel happy, dance
- Seven imperceptible truths in software testing
- Company video accelerated playback
- Hypothesis testing learning notes
- H3C S5820V2_5830V2交换机IRF2堆叠后升级方法
猜你喜欢
C language bubble sort
Network protocol model
Configuring OSPF GR features for Huawei devices
授予渔,从0开始搭建一个自己想要的网页
数字三角形模型 AcWing 1015. 摘花生
【eolink】PC客户端安装
Analysis report on development trends and investment planning of China's methanol industry from 2022 to 2028
10M25DCF484C8G(FPGA) AMY-6M-0002 BGA GPS模块
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
[happy Spring Festival] if you feel happy, dance
随机推荐
数字三角形模型 AcWing 1015. 摘花生
Eigen sparse matrix operation
【论文代码】SML部分代码阅读
IPv6 comprehensive experiment
Redistemplate common collection instructions opsforvalue (II)
Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)
Luogu [Beginner Level 4] array p1427 number game of small fish
H3C S5820V2_5830V2交换机IRF2堆叠后升级方法
Investment strategy discussion and market scale prediction report of China's solid state high power amplifier industry from 2022 to 2028
Idea new UI usage
H3C S5820V2_ Upgrade method after stacking IRF2 of 5830v2 switch
LAN communication process in the same network segment
GTSAM中李群的運用
Cannot build artifact 'test Web: War expanded' because it is included into a circular depend solution
Configuring OSPF GR features for Huawei devices
华为路由器忘记密码怎么恢复
Web服务连接器:Servlet
养了只小猫咪
多线程应用的测试与调试
【API接口工具】postman-界面使用介绍