You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Cédric Tabin <ta...@gmail.com> on 2008/06/30 15:49:05 UTC

About config elements

 IHello,

I'm currently working on an add-on and it seems that I don't understand very
well how the config element works. In my example, I'm implementing a
controller that has some properties that must be used by the sub-samplers.

I just checked out the 'mergIn' function of an AbstractElement  and it seems
that this method does just the inverse that I need : get all the properties
from sub-sampler to the current test element. Is there a mergeOut function ?
How does the configuration elements send their variables to the samplers ?

Thanks for the help !

Regards,
Cedric