2009/7/2 Wen, Fred TRAN:EX <[email protected]>: > I use jmeter for function testing purpose (i.e. one thread loops once) > on a sequence of http samplers. So to me end of test/thread are the > same. I want to use beanshell listener to write something to stdout at > the end of the test. I've tried ctx.ThreadGroup.isDone() or > ctx.ThreadGroup.next() but they cannot distinguish if the listener is > invoked at the last sampler. > Is there any way to achieve my objective?
Why not use a final BeanShell sampler to write the message instead? > Thanks > Fred Wen > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

