我正在使用Jmeter的API编写将运行Jmeter的代码。使用Jorphan时出现以下错误:
About to replace in property of type: class org.apache.jmeter.testelement.property.CollectionProperty: []
DEBUG 2014-02-17 09:37:36.942 [jmeter.e] (): Replacement result: []
DEBUG 2014-02-17 09:37:36.945 [jmeter.e] (): Replacement result:
DEBUG 2014-02-17 09:37:36.945 [jmeter.e] (): About to replace in property of type: class org.apache.jmeter.testelement.property.StringProperty: www.google.com
最佳答案
有关以编程方式执行预定义的JMeter .jmx文件和使用Java API动态创建JMeter测试计划的示例,请参见5 Ways To Launch a JMeter Test without Using the JMeter GUI。
关于java - 使用Jmeter类进行编码,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21820989/