【发布时间】:2015-04-21 00:06:42
【问题描述】:
我在 JMeter 中创建了一个脚本来下载文件,现在我必须从采样器响应中获取下载文件的名称 [filename] 以将其存储在 csv 文件中, 我试图配置采样器响应,但它并没有帮助我。 请看下文
Response headers:
HTTP/1.1 200 OK
Cache-Control: private
Pragma: no-cache
Content-Length: 1235270
Content-Type: application/octet-stream
Expires: Mon, 20 Apr 2015 12:10:35 GMT
Server: Microsoft-IIS/6.0
content-disposition: attachment; **filename="10098_testcase_package.pct**"
【问题讨论】:
标签: jmeter