排序
Postman安装 及newman插件安装
一、安装Postman 1. 下载 Postman 下载官网:https://www.postman.com/downloads/ 2. 安装 Postman 双击Postman安装包,安装过程全⾃动,不需要任何⼈为⼲预。安装完成,默认打开英⽂注册⻚⾯ (...
Postman的基础使用(发送请求、断言、环境变量、参数化、测试报告生成)
一、发送请求 步骤: 选择 请求方法填写 URL填写请求头填写请求体发送请求 Postman发送GET请求 使用postman发送get请求 Postman发送POST请求 使用postman发送post请求 put和delete请求,只需要...