Postman测试

一、参数

长度 类型 为空 有效 无效

账号 2-18 字母、数字、下划线 必填 2/18/10 1/19

密码 6-18 字符 必填

验证码 4 字母+数字 必填

用例设计的方法:

二、构建请求 [接口认证]

1.请求方式:get/post

2.URL地址:5个部分。postman里面{{host}}

3.header:Content-type 是json,却传成了form-data,会报错。

4.body(入参)

相关推荐
se-tester5 天前
JMeter、Postman 和 SoapUI 在做接口测试上的优势和缺点
测试工具·jmeter·接口测试·postman·soapui
脑花儿6 天前
Dify平台聊天助手 API调用案例
api·postman·dify
测试老哥6 天前
如何使用Postman做接口测试?
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
weixin_440730507 天前
05接口测试-01接口理论+02posman的使用
功能测试·测试工具·postman
马克Markorg13 天前
使用rust实现的高性能api测试工具
开发语言·测试工具·rust·postman
小妖66616 天前
有替代postman的软件吗
测试工具·postman
亓才孓20 天前
[Postman]Postman工具的使用
测试工具·postman
AI_567825 天前
Postman接口测试提速技巧:批量请求+智能断言实践
测试工具·lua·postman
Warren9825 天前
Pytest Fixture 作用域与接口测试 Token 污染问题实战解析
功能测试·面试·单元测试·集成测试·pytest·postman·模块测试
弹简特25 天前
【JavaEE06-后端部分】SpringMVC01-Spring MVC第一大核心URL 路由映射【建立连接】与 Postman 接口测试详解
java·spring boot·测试工具·spring·postman