接口测试(四)jmeter——文件上传

一、文件上传(注:示例仅供参考模仿)

1. 添加【HTTP信息头管理器】,配置【HTTP信息头管理器】如下:
在这里插入图片描述

2. 添加【HTTP请求默认值】,配置【HTTP请求默认值】如下:
在这里插入图片描述
3. 添加【HTTP请求】, 配置【HTTP请求】如下:
在这里插入图片描述

4. 勾选【对POST使用multipart / form-data】,文件名称输入文件的绝对路径
在这里插入图片描述

5. 运行,返回成功,浏览器打开链接
在这里插入图片描述
在这里插入图片描述

二、常见MIME类型

常见MIME类型
.doc application/msword
.docx application/vnd. openxmlformats-officedocument.wordprocessingml.document
.pdf application/pdf
.xls application/vnd.ms-excel application/x-execl
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.ppt application/vnd.ms-powerpoint
.pptx application/vnd.openxmlformats-officedocument.presentation.presentation
.txt text/plain
.png image/png
.jpg image/jpg
上一篇:SpringSecurity(一)基础知识


下一篇:稀疏矩阵【快速转置法】【详解-C语言】-二、存储方法