Re: Extending ThreadGroup

2008-05-08 Thread sebb
On 08/05/2008, Cédric Tabin <[EMAIL PROTECTED]> wrote: > Hello sebb, > > I would like to do that : > 1) when you right-click the Test Plan > add ThreadTest > 2) The ThreadTest class will read a folder and for each file read, will > create a Sampler (maybe JavaSampler, to see...) > 3) You have

Re: Extending ThreadGroup

2008-05-08 Thread Cédric Tabin
Hello sebb, I would like to do that : 1) when you right-click the Test Plan > add ThreadTest 2) The ThreadTest class will read a folder and for each file read, will create a Sampler (maybe JavaSampler, to see...) 3) You have the ThreadTest containing all the samplers for each file read. My second

Re: Extending ThreadGroup

2008-05-08 Thread sebb
On 07/05/2008, Cédric Tabin <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to add my own ThreadGroup element to JMeter. I simply did a class > that extends ThreadGroupGui and the related method that I want > (getLabelResource, ...), but I doesn't shows up into the PopupMenu into > JMeter :(

Extending ThreadGroup

2008-05-07 Thread Cédric Tabin
Hello, I'm trying to add my own ThreadGroup element to JMeter. I simply did a class that extends ThreadGroupGui and the related method that I want (getLabelResource, ...), but I doesn't shows up into the PopupMenu into JMeter :( Is there something special to do ? (It works well if I extend Abstrac