如何从命令行知道JMeter测试的结果?
我想知道以下命令是否有任何标志可以了解命令行本身的测试结果?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用摘要属性< /a>
非 GUI 模式需要设置其他属性才能打印到 System.out。请参阅上面的博客。
Use Summary properties
The Non-GUI mode needs other properties set in order to print to
System.out
. See the blog above.据我所知没有。您可以在此处查看所有可用选项。不过,如果输出或多或少相似,您可以编写一个脚本来自动化该过程。
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.
实际上还有其他一些命令行方式: 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