0

我是 BlazeMeter 和 JMeter 的新手。

  1. 我创建了一个简单的 Selenium JUnit 脚本,它可以在 IDE 中运行。
  2. 然后我使用 JUnitSampler 将脚本加载到 JMeter 中。我在本地的 JMeter 中运行测试,它能够运行。然后我将 .jmx 文件上传到 BlazeMeter,当我尝试运行它时,它会失败。

如果我查看 BlazeMeter 上的日志页面,它会抱怨 ClassNotFoundException。谁能告诉我怎么了?

2017-11-23 20:16:47,497 WARN o.a.j.p.j.s.JUnitSampler: ClassNotFoundException:: xxxxxx.SampleLoadTest2

在 BlazeMeter 失败报告摘要页面上,它显示

Error Running Test

The test encountered the following fatal error, and could not complete successfully:

Error: r-v3-5a172c6260523 - Session ended without load report data
4

1 回答 1

0

你很可能没有在 Blazemeter 上添加所需的库(硒罐......)

因此,请确保添加它们并且它应该可以工作

于 2017-11-26T16:39:52.100 回答