当前位置:网站首页>快速上手使用本地测试工具postman
快速上手使用本地测试工具postman
2022-07-07 22:00:00 【小智RE0】
首先下载postman工具 windows版下载地址
postman是一款网页调试与发送网页http请求的接口测试工具.
可选择使用客户端程序或者网页插件版本.
安装之后,简单看一下这个区域.
必要的条件:
- 请求地址url
- 请求协议:http,webservice
- 请求方式:get.post…
- 请求头
- 参数:表单/请求体提交数据
postman的大致工作流程
模拟文档案例说明:
1.手机归属地查询
- 接口地址:http://apis.juhe.cn/mobile/get
- 返回格式:json/xml
- 请求方式 get
- 请求示例:http://apis.juhe.cn/mobile/get?phone=123&key=申请的key
参数格式:
- 键值对: {“key”:"value,“name”:“xiaozhi”}
- xml:自定义的标签
- 文本格式
- html格式 :标签
get请求时,参数写在params中, post请求时,数据参数写入body中;
发送请求后在这里可看到响应的数据
可保存模拟响应的数据文件
注意,若在使用body模拟发送数据时,需要json/html…格式,先选择raw
,然后再选定格式.
注意,form-data
还可以放入文件进行测试
有的文件传输,也可以选择使用binary
格式
边栏推荐
- 如何衡量产品是否“刚需、高频、痛点”
- 【编程题】【Scratch二级】2019.03 绘制方形螺旋
- FFA与ICGA造影
- [programming problem] [scratch Level 2] March 2019 draw a square spiral
- [basis of recommendation system] sampling and construction of positive and negative samples
- Chisel tutorial - 05 Sequential logic in chisel (including explicit multi clock, explicit synchronous reset and explicit asynchronous reset)
- 【推荐系统基础】正负样本采样和构造
- [programming problem] [scratch Level 2] December 2019 flying birds
- ROS从入门到精通(九) 可视化仿真初体验之TurtleBot3
- 2022.7.7-----leetcode.648
猜你喜欢
Go learning notes (1) environment installation and hello world
一键免费翻译300多页的pdf文档
Robomaster visual tutorial (1) camera
The function is really powerful!
The result of innovation in professional courses such as robotics (Automation)
Rectification characteristics of fast recovery diode
QT and OpenGL: loading 3D models using the open asset import library (assimp) - Part 2
腾讯安全发布《BOT管理白皮书》|解读BOT攻击,探索防护之道
Ping error: unknown name or service
Using Google test in QT
随机推荐
AITM3.0005 烟雾毒性测试
STM32F1与STM32CubeIDE编程实例-旋转编码器驱动
Robomaster visual tutorial (11) summary
Problems faced when connecting to sqlserver after downloading (I)
CoinDesk评波场去中心化进程:让人们看到互联网的未来
The difference between get and post
The result of innovation in professional courses such as robotics (Automation)
Basic learning of SQL Server -- creating databases and tables with code
C language greedy snake
智慧监管入场,美团等互联网服务平台何去何从
[the most detailed in history] statistical description of overdue days in credit
BSS 7230 flame retardant performance test of aviation interior materials
Linkedblockingqueue source code analysis - add and delete
如果在构造函数中抛出异常,最好的做法是防止内存泄漏?
某马旅游网站开发(登录注册退出功能的实现)
一个测试工程师的7年感悟 ---- 致在一路独行的你(别放弃)
SQL uses the in keyword to query multiple fields
Chisel tutorial - 02 Chisel environment configuration and implementation and testing of the first chisel module
【史上最详细】信贷中逾期天数统计说明
某马旅游网站开发(对servlet的优化)