Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 jmeter 中重播一个脚本,该脚本必须在事务中上传一个文件。当我重播时,用户可以登录,但文件没有上传。
我该如何克服这个?
将要上传的文件放在 jmeter/bin 文件夹中。
读:
上传文件 某些浏览器(例如 Firefox 和 Opera)在上传文件时不包含文件的全名。这可能会导致 JMeter 代理服务器失败。一种解决方案是确保要上传的任何文件都在 JMeter 工作目录中,方法是复制那里的文件或在包含文件的目录中启动 JMeter。
上传文件
某些浏览器(例如 Firefox 和 Opera)在上传文件时不包含文件的全名。这可能会导致 JMeter 代理服务器失败。一种解决方案是确保要上传的任何文件都在 JMeter 工作目录中,方法是复制那里的文件或在包含文件的目录中启动 JMeter。