postman工具

postman工具

进入postman官网

www.postman.com/downloads/
https://www.postman.com/downloads/

https://www.postman.com/postman/published-postman-templates/documentation/ae2ja6x/postman-echo?ctx=documentation

Postman Echo is a service you can use to test your REST clients and make sample API calls. It provides endpoints for GET, POST, PUT, various auth mechanisms and other utility endpoints.

The documentation for the endpoints as well as example responses can be found at https://postman-echo.com

Echo API

https://postman.xiniushu.com/docs/developer/echo-api/

Postman Echo is service you can use to test your REST clients and make sample API calls. It provides endpoints for GET, POST, PUT, various auth mechanisms and other utility endpoints.

The most basic request in this entire collection is the very first GET request under the Request Methods folder, called "Get Request".

The documentation for the endpoints as well as example responses can be found at https://postman-echo.com

(2)form-data形式

【接口测试】Postman(二)-Postman Echo

https://blog.csdn.net/HMY71/article/details/129721889

**URL:**https://postman-echo.com/post

Body:

KEY VALUE DESCRIPTION

foo1 abc

foo2 efg

相关推荐
测试199822 分钟前
压力测试详解
自动化测试·软件测试·python·测试工具·职场和发展·测试用例·压力测试
程序员小远12 小时前
7个常见的Jmeter压测问题
自动化测试·软件测试·python·测试工具·测试用例·压力测试·性能测试
我的xiaodoujiao16 小时前
使用 Python 语言 从 0 到 1 搭建完整 Web UI自动化测试学习系列 24--数据驱动--参数化处理 Excel 文件 1
python·学习·测试工具·pytest
安冬的码畜日常16 小时前
【JUnit实战3_29】第十八章:REST API 接口测试(上)——RESTful 风格的后端 API 的搭建
测试工具·单元测试·restful·rest api·junit 5
小熊猫写算法er18 小时前
智能API测试工具SmartAPITester实现方案详解
测试工具
深蓝电商API18 小时前
动态资源加载:不用Selenium,如何高效抓取Ajax和SPA网站?
selenium·测试工具·ajax
安冬的码畜日常20 小时前
【JUnit实战3_30】第十八章:REST API 接口测试(下)—— REST API 接口的 MockMvc + JUnit 5 测试实战
测试工具·junit·单元测试·restful·rest api·junit5