Testing Java Classes with JMeter

Posted by Martin Dürrmeier on Stack Overflow See other posts from Stack Overflow or by Martin Dürrmeier
Published on 2010-03-04T13:47:09Z Indexed on 2010/06/12 14:33 UTC
Read the original article Hit count: 296

Filed under:

I'd like to test a Java Service Call. My first attempt was to use the "Java Request Sampler" The docu says

This sampler lets you control a java class that implements the JavaSamplerClient interface.

I'm not sure how to get the org.apache.jmeter.protocol.java.sampler.JavaSamplerClient Interface as there is no Maven Artifact nor provided binaries on the JMeter side. Just a JMeter Maven Plugin (which is not what I'm looking for). I could install the needed binaries in my local Maven Repository, I Just don't know where they are available.

Wondering if anybody at all is using the "Java Request Sampler" ?

P.S. Maybe I should try the JUnit Sampler

© Stack Overflow or respective owner

Related posts about jmeter