当前位置:网站首页>Postman关联
Postman关联
2022-07-06 04:41:00 【炫酷的腿毛!】
Postman关联
Postman 关联
**介绍:**应用于 多个 http请求之间,有数据关联、或依赖关系时。
实现步骤
A接口 依赖 B接口 的数据
- 向B接口发送http请求,获取数据
- 将数据 设置 至 全局变量(环境变量)中
- A 接口 获取 全局变量(环境变量)中 数据值,进行使用。
案例
请求 获取天气接口, 提取响应结果中的 城市, 将城市名,给百度搜索接口使用。
实现步骤:
- 创建 用例集,分别创建 查询天气 请求 和 百度搜索的请求
在查询天气请求 Tests 中,编写代码 获取 城市名,写入全局变量
// 获取 全部响应结果 var jsonData = pm.response.json() // 从响应结果中 获取 城市名 var city = jsonData.weatherinfo.city // 将城市名写入到全局变量 pm.globals.set("glb_city", city)
点击 Send 按钮,发送 请求,查看设置的全局变量。
修改 百度搜索请求,使用全局变量,按 城市名进行搜索。
http://www.baidu.com/s?wd={ {glb_city}}
批量执行测试用例
边栏推荐
- 拉格朗日插值法
- 11. Intranet penetration and automatic refresh
- 关于es8316的音频爆破音的解决
- Introduction to hashtable
- View 工作流程
- [network] channel attention network and spatial attention network
- cdc 能全量拉去oracle 表嘛
- Uva1592 Database
- Dry goods collection | Vulkan game engine video tutorial
- Recommendation | recommendation of 9 psychotherapy books
猜你喜欢
Case of Jiecode empowerment: professional training, technical support, and multiple measures to promote graduates to build smart campus completion system
coreldraw2022新版本新功能介绍cdr2022
JVM garbage collector concept
程序员在互联网行业的地位 | 每日趣闻
Patent | subject classification method based on graph convolution neural network fusion of multiple human brain maps
RTP gb28181 document testing tool
Vulnerability discovery - vulnerability probe type utilization and repair of web applications
[05-1, 05-02, 05-03] network protocol
Bill Gates posted his 18-year-old resume and expected an annual salary of $12000 48 years ago
Sorting out the latest Android interview points in 2022 to help you easily win the offer - attached is the summary of Android intermediate and advanced interview questions in 2022
随机推荐
Selection sort
The most detailed and comprehensive update content and all functions of guitar pro 8.0
Luogu deep foundation part 1 Introduction to language Chapter 2 sequential structure programming
Microservice resource address
ue5 小知识点 开启lumen的设置
web工程导入了mysql驱动jar包却无法加载到驱动的问题
几种RS485隔离通讯的方案介绍
Quatre méthodes de redis pour dépanner les grandes clés sont nécessaires pour optimiser
Redis —— Redis In Action —— Redis 实战—— 实战篇一 —— 基于 Redis 的短信登录功能 —— Redis + Token 的共享 session 应用— 有代码
RTP gb28181 document testing tool
[face recognition series] | realize automatic makeup
ue5 小知识 FreezeRendering 查看视锥内渲染的物体
I'd like to ask about the current MySQL CDC design. In the full volume phase, if a chunk's binlog backfill phase,
Delete subsequence < daily question >
How to estimate the population with samples? (mean, variance, standard deviation)
比尔·盖茨晒18岁个人简历,48年前期望年薪1.2万美元
Platformio create libopencm3 + FreeRTOS project
729. 我的日程安排表 I(set or 动态开点线段树)
捷码赋能案例:专业培训、技术支撑,多措并举推动毕业生搭建智慧校园毕设系统
[Yu Yue education] reference materials of complex variable function and integral transformation of Northwestern Polytechnic University