Interview Questions

Has anyone out there used JMeter as part of junit testing?

Apache JMeter FAQ


(Continued from previous question...)

Has anyone out there used JMeter as part of junit testing?

Q: Has anyone out there used JMeter as part of junit testing? I'd like to think that by using assertions with a custom JUnit listener JMeter could be run in as part of functional testing.



Answer: It's a great idea to write some glue between JMeter and JUnit for just this purpose. It doesn't exist currently, though there is an Ant task for JMeter that you might find useful.

(Continued on next question...)

Other Interview Questions