postman使用教程4-集合变量(collection variables)的使用
前言
postman定义环境变量和全局变量用的比较多,当使用多个集合(collection) 的时候,每个集合也可以分别定义不同的集合变量。
一个集合可以看成一个小的项目,不同集合定义不同变量是很有必要的。
注册接口为例
接口名称:用户注册
接口地址: /api/v1/register
请求方式: POST
请求示例
POST http://localhost:8201/api/v1/register HTTP/1.1
User-Agent: PostmanRuntime/7.26.8
Accept: */*
Postman-Token: 807ce386-f92b-4647-a80f-77f050c5a314
Host: 49.235.92.12:7005
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 42
Content-Type: application/json
{"username": "test_yoyo","password":"123456"}
定义集合变量
选中左侧集合,Edit 编辑
Variales 变量编辑
定义2个变量 register_name 和 register_password
注册接口引用collection变量
2021年第七期《python接口自动化+测试开发》课程,4月18号开学(火热报名中!)
本期上课时间:4月18号-7月11号,每周六、周日晚上20:30-22:30
赞 (0)