Error loading results file - see file log

使用JMeter保存测试文件时报错:Error loading results file - see file log
Error loading results file - see file log_第1张图片

解决办法:
任意位置,新建一个文本文件,在文件中加上:

<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
</testResults>

保存文本文件后,更改该文本文件后缀名为:.jmx。保存测试文件时选择该.jmx文件。在JMeter中运行脚本文件,会弹出提示框,选择“overwrite existing file”

Error loading results file - see file log_第2张图片

你可能感兴趣的:(JMeter学习记录,jmeter)