On 22/01/2009, is_maximum <[email protected]> wrote: > > Hi > I am new to JMeter and want to create a Java request, a customized sampler. > my question is which properties of the SamplerResult should be set in order > to get correct result from JMeter?
I suggest you look at one of the existing samplers and copy that. > I want to create a JMS sampler in which a message will be sent but to create > such message we have a bunch of code to create the request and then create > the message, that is why we are creating a customized sampler. Unless the content varies dynamically during the test, it would be better to read it from files that are pre-created. Even if it does vary, why not create the data in a variable and pass the variable to the existing sampler? > thank you > > ----- > -- > Regards > > Mohammad Norouzi > > Help each other to reach the future faster > > http://pixelshot.wordpress.com Pixelshot Photoblog > > http://brainable.blogspot.com Brainable Blog > > > > -- > View this message in context: > http://www.nabble.com/How-to-set-the-SamplerResult-tp21605420p21605420.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]

