使用JMeter对Camel路由的JUnit测试用例进行负载测试

时间:2012-12-13 02:55:12

标签: testing junit jmeter apache-camel routes

我正在扩展org.apache.camel.test.junit4.CamelSpringTestSupport.CamelSpringTestSupport来编写Camel路由的单元测试;它们作为maven构建的一部分运行。现在我想使用JMeter加载测试它们。有什么好的指针吗?

1 个答案:

答案 0 :(得分:0)

确保将必要的jar放在lib中,并放入测试jar文件 jmeter / lib / junit 而不是/ lib目录文件夹。

阅读:

使用JUnit 4时,类不需要扩展TestCase,如下所示: