Hi,

I need to do some initialization for each thread group before they
start, by calling several groovy functions.

I know there is a setup thread group, which is run once before all
thread groups, but how can I do setup once for each thread group?

Say for the following groovy script,

---------------------------
import C1
import C2
import C3

c1 = C1.init()
c2 = C2.init()
jdbc =C3.getjdbc(c1, c2)
---------------------------

how can I call it only once for each thread group?

thx!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to