当前位置:网站首页>Postman environment variable settings
Postman environment variable settings
2022-07-06 10:44:00 【Wang Dashan 0928】
In the process of the project, we often encounter a variety of environments , Such as development environment 、 Test environment 、 Preproduction environment , Production environment, etc . And different environments have different values , Mainly reflected in the different access addresses . Therefore, we can use environment variables to manage different values .
Example : Query and set the location of mobile phone number 2 Environment , They are test environment and pre production environment .
Ideas :
1. Add send request interface
2. add to 2 Environment groups , Set different parameter values in different environment groups
3. Call different environment variables in the request according to the requirements , grammar :{ { Variable name }}
4. Send a request , View results
step 1、 Add request interface ;
step 2、 Add environment group , Click on environment -> Click on + ;
step 3、 Add the environment group name under the environment group 、 environment variable , And assign a value to the variable ;
step 4、 Call the environment variable in the request ;
step 5、 Select environment group ;
step 6、 Send a request , View results ;
边栏推荐
- Mysql36 database backup and recovery
- CSDN问答模块标题推荐任务(二) —— 效果优化
- ++Implementation of I and i++
- [untitled]
- ZABBIX introduction and installation
- Global and Chinese market of wafer processing robots 2022-2028: Research Report on technology, participants, trends, market size and share
- MySQL21-用户与权限管理
- API learning of OpenGL (2003) gl_ TEXTURE_ WRAP_ S GL_ TEXTURE_ WRAP_ T
- CSDN问答标签技能树(二) —— 效果优化
- Mysql21 - gestion des utilisateurs et des droits
猜你喜欢

Complete web login process through filter

Unicode decodeerror: 'UTF-8' codec can't decode byte 0xd0 in position 0 successfully resolved

MySQL29-数据库其它调优策略

Mysql32 lock
![[C language] deeply analyze the underlying principle of data storage](/img/d6/1c0cd38c75da0d0cc1df7f36938cfb.png)
[C language] deeply analyze the underlying principle of data storage

MySQL storage engine

MySQL25-索引的创建与设计原则

UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd0 in position 0成功解决

Mysql25 index creation and design principles

Download and installation of QT Creator
随机推荐
评估方法的优缺点
CSDN question and answer tag skill tree (I) -- Construction of basic framework
Navicat 导出表生成PDM文件
35 is not a stumbling block in the career of programmers
Mysql23 storage engine
What is the difference between TCP and UDP?
CSDN Q & a tag skill tree (V) -- cloud native skill tree
Good blog good material record link
MNIST implementation using pytoch in jupyter notebook
Time complexity (see which sentence is executed the most times)
Copy constructor template and copy assignment operator template
MySQL35-主从复制
MySQL28-数据库的设计规范
Global and Chinese market of thermal mixers 2022-2028: Research Report on technology, participants, trends, market size and share
Water and rain condition monitoring reservoir water and rain condition online monitoring
MySQL底层的逻辑架构
Use JUnit unit test & transaction usage
Complete web login process through filter
实现以form-data参数发送post请求
MySQL combat optimization expert 02 in order to execute SQL statements, do you know what kind of architectural design MySQL uses?