使用Gatling录制文件上传

时间:2015-07-24 13:25:53

标签: gatling

当我尝试记录文件上传并使用Gatling运行时,没有报告错误,但文件未上传。它是一个JSF应用程序,它使用iframe中的页面上传文件。我正在使用Gatling 2.0.1。当我检查由Gatling生成的scala脚本时,它会显示以下代码:

.exec(http("request_213")
        .post("""/App/page/upload.jsf""")
        .headers(headers_213))

0 个答案:

没有答案