当前位置:网站首页>Postman document parameterization

Postman document parameterization

2022-06-22 04:39:00 Wang Dashan 0928

postman Document parameterization
postman Support json file ,txt file ,csv file
effect : Batch management data ( Input data , Expected results ), Batch test

postman txt Document parameterization :
step :
1、 use txt Document preparation data ;
 Insert picture description here
2、 Reference variables in the interface ;

3、 Test set import data file ;
 Insert picture description here
4、 Click on Run user , Run ;
 Insert picture description here
5、 View the run results .
 Insert picture description here

postman csv Document parameterization :
step :
1、 use csv Document preparation data ;
 Insert picture description here
2、 Reference variables in the interface ;
 Insert picture description here
3、 Test set import data file ;
 Insert picture description here
4、 Click on Run user , Run ;
5、 View the run results .
 Insert picture description here

原网站

版权声明
本文为[Wang Dashan 0928]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202221104176935.html