当前位置:网站首页>Technology sharing | send requests using postman
Technology sharing | send requests using postman
2022-07-28 06:51:00 【Yehna rahmin】
As a test , Have the ability to test the interface . In the interface test , Common tools are postman.postman It's a powerful interface testing platform , Experience friendly visual interface , It is often used as an interface debugging tool in research and development , And manual interface testing tools for testing .
The environment is ready for installation
Can enter the postman The official website chooses the system to download and install :
- postman Official website :Postman
postman The use of drills
Use postman Send it once get request . Use the Academy's official practice address https://httpbin.ceshiren.com/, demonstrate
- Get into postman software interface
- stay URL Fill in
https://httpbin.ceshiren.com/get - choice GET Request mode
- Click on Header,key Value filling accept,value Fill in
application/json - Click on send Button , See what's back

Complete the above operations , And that's what happened Post request , You can practice the operation , What problems do you encounter during the practice , You can leave a message for me ~
边栏推荐
- VMware Workstation 配置net模式
- Mongodb replica set and partitioned cluster
- Code tidiness (I)
- 软件测试(概念篇)
- HDU-5783 Divide the Sequence(贪心水题)
- How about air conduction Bluetooth headset? It's the most worthwhile air conduction headset to start with
- SSAO by computer shader (I)
- Graphic pipeline foundation (II)
- Qgraphicsview promoted to qchartview
- [realize the simple version of minesweeping games]
猜你喜欢
![[pta ---- traversal of tree]](/img/d8/260317b30d624f8e518f8758706ab9.png)
[pta ---- traversal of tree]

Skimming records -- sequence traversal of binary tree

Ten thousand words summarize and realize the commonly used sorting and performance comparison

Mongodb replica set and partitioned cluster

Source code analysis of countdownlatch of AQS

Installation and configuration of unit test framework jest with typescript

Optimization ideas from ordinary query commodities to highly concurrent query commodities

浅谈Cookie和Session
![Implementation of simple address book in [c language]](/img/75/8f2f4dd1c166808047cda6bea5a746.png)
Implementation of simple address book in [c language]

SSAO by computer shader (II)
随机推荐
CentOS7部署MySQL数据库服务器
代码整洁之道(二)
Initializingbean interface and examples
Leetcode brush question diary sword finger offer II 055. binary search tree iterator
Graphic pipeline foundation (I)
What is the most practical gift for Tanabata? A gift that will never go wrong is worth buying
Redis implementation of distributed lock and analysis of the main process of redismission distributed lock
Mysql-8.0.17-winx64 (additional Navicat) manual configuration version installation
HDU-5806-NanoApeLovesSequenceⅡ(尺取法)
feignclient @RequestMapping参数设置及请求头简易方式设置
Centos7 deploy MySQL database server
What's a good gift for Tanabata? Niche and advanced product gift recommendation
JS variable is equal to 0, etc. '
PKU-2739-Sum of Consecutive Prime Numbers(筛素数法打表)
什么是线性表?
C language memcpy library functions and the role of memmove
Which brand of air conduction earphones is good and highly praised
HDU-5805-NanoApe Loves Sequence(思维题)
[dynamic planning -- the best period for buying and selling stocks Series 2]
Question brushing record ---- reverse the linked list (reverse the whole linked list)