如何从命令行知道JMeter测试的结果?

发布于 2024-11-04 18:31:30 字数 206 浏览 1 评论 0原文

我想知道以下命令是否有任何标志可以了解命令行本身的测试结果?

jmeter.bat -n -t  "../Tests/testPlan.jmx" -l "../Tests/testResult.xml"

我不想打开 testResult.xml 来了解测试是通过还是失败。

问候 柴塔尼亚

I would like to know if there any flag for the following command to know the test result on the command line itself?

jmeter.bat -n -t  "../Tests/testPlan.jmx" -l "../Tests/testResult.xml"

I don't want to open testResult.xml to learn if the test is pass or fail.

Regards
Chaitanya

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

抠脚大汉 2024-11-11 18:31:30

使用摘要属性< /a>

非 GUI 模式需要设置其他属性才能打印到 System.out。请参阅上面的博客。

# Write messages to System.out
summariser.out=true

Use Summary properties

The Non-GUI mode needs other properties set in order to print to System.out. See the blog above.

# Write messages to System.out
summariser.out=true
℡寂寞咖啡 2024-11-11 18:31:30

据我所知没有。您可以在此处查看所有可用选项。不过,如果输出或多或少相似,您可以编写一个脚本来自动化该过程。

As far as I know there isn't. You can check all the options available here. Although, if the output is more or less similar you could write a script to automate that process.

爱,才寂寞 2024-11-11 18:31:30

实际上还有其他一些命令行方式: http://code.google.com /p/jmeter-plugins/wiki/JMeterPluginsCMD

Actually there is some other command-line way: http://code.google.com/p/jmeter-plugins/wiki/JMeterPluginsCMD

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文