关于jmeter命令行执行.jmx文件出现Error in NonGUIDriver java.lang.RuntimeException: Could not find the TestPlan class的问题
jmeter命令行执行.jmx文件时,有时回出现Error in NonGUIDriver java.lang.RuntimeException: Could not find the TestPlan class的错误
目前出现此错误的原因是在jmeter3.0及以下版本存在bug
对于使用UI界面生成.jmx时,请在testplan层做保存,而非在threads层做保存,如下图
文章来自:http://www.cnblogs.com/zbmc/p/6846893.html