On 15 May 2014 16:30, Matthias Lee <[email protected]> wrote: > Hi There, > > I have relatively complex existing Java test code, which I am driving > through a wrapper extending the AbstractJavaSamplerClient Class. Internally > my existing test code generates multiple response-time test samples which I > would like to pass off to JMeter. > Is there a way of passing this off to JMeter as separate JavaSamples? I > know I could build a tree of the samples with "addSubSample" functions, but > preferably I would like to submit these samples while my JavaSampleClient > is running. Is this possible?
No, the sample() method called by the engine code only returns a single SampleResult object. > Thanks, > > Matthias > > -- > Matthias Lee > IDIES/Johns Hopkins University > Performance @ Rational/IBM > > [email protected] > [email protected] > (320) 496 6293 > > To know recursion, you must first know recursion. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
