Hey guys,
I'm trying to add a debug feature in a Jmeter script. This script is ran in
non-gui mode, receiving a lot of parameters. I'm receiving one more
parameter named 'debug'.
I would like to enable a 'View Results Tree' listener if this variable
equals to 'true'.
I tried to add the listener inside an if controller but it didn't work.
I tried to change *enabled="true"* to *enabled="${debug}"* in view tree
controller XML node but it didn't work either.
Is there a way of doing that?
PS: running the script in GUI mode is not an option for me.
Thanks!
Thiago Gagliano Berne