postman基础使用教程

Postman教程大全 - 简书推荐一款接口测试工具!POSTMAN!简单来说,四个词,简单实用大方美观! Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件 Postman背景...https://www.jianshu.com/p/97ba64888894

1通过tests,将请求返回的数据设置为环境/全局变量

1输入URL,选择请求方式post;

2在body中填入参数;

postman基础使用教程_第1张图片

 3在tests中设置变量,ctr+s保存postman基础使用教程_第2张图片

 4发送,请求postman基础使用教程_第3张图片

 5点击眼睛,查看环境变量已经显示code  6276

postman基础使用教程_第4张图片

2使用全局/环境变量 ,发送一个请求;通过tests,判断发送请求是否成功

1输入URL,选择请求方式post;

2在body中填入参数;

postman基础使用教程_第5张图片

 3在tests中设置断言,ctr+s保存

 4点击发送postman基础使用教程_第6张图片

 5查看断言结果postman基础使用教程_第7张图片

 3通过前置脚本,使接口的数据关联

 1输入URL,选择请求方式post; 2设置前置脚本(发送一个请求,将得到的验证码设为变量)

 postman基础使用教程_第8张图片

3设置请求参数postman基础使用教程_第9张图片 4在tests 添加断言;5发送send

postman基础使用教程_第10张图片

 6查看断言结果

postman基础使用教程_第11张图片

 查看返回结果

postman基础使用教程_第12张图片

 查看控制台打印结果

postman基础使用教程_第13张图片

你可能感兴趣的:(笔记,postman,前端,后端)