On 16/03/2010, kans_sai <[email protected]> wrote: > > Hi Team, > > I have to perform load test for a java class file. This class file will > inturn invoke a webservices to process the request and provide response. > > I am new to JMeter and exploring various options. will Java Request Sampler > be of any use here? If so please let me know how to use it.
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request <quote> This sampler lets you control a java class that implements the JavaSamplerClient interface. By writing your own implementation of this interface, you can use JMeter to harness multiple threads, input parameter control, and data collection. </quote> > Also please let me know the possible way to do the load test for the above > scenario. > > Thanks, > Kannan V > > -- > View this message in context: > http://old.nabble.com/Load-testing-a-Java-class-tp27916946p27916946.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

