I am trying to use JMeter to test the performance of a Java class. I have developed a test client that implements JavaSamplerClient by extending AbstractJavaSamplerClient. and implementing the runTest method. I have compiled my client class and built a jar containing it.
In the JMeter test plan editor I go to the 'TestPlan' configuration form and add the jar containing my client class to the classpath. I then attempt to add a Java Request sampler to my test plan. The configuration form for the Java Request sampler has a drop-down for selecting the classname. The dropdown has only two entries, org.apache.jmeter.protocol.java.test.JavaTest and org.apache.jmeter.protocol.java.test.SleepTest. The name of my client class does not appear and there is nowhere to enter an alternative classname. I have tried various ways of adding my client class to the class path but none of them results in my class appearing in the dropdown. Is this a bug or a feature? Is there a workaround? Or is there a better way of using JMeter to test the performance of a Java class that I have overlooked? Thanks in anticipation, Bob Bowman --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

