Hello,
I have a couple of test plans (run in non-GUI mode), where I use a JSR223
sampler (groovy) to display on the console when a certain stage is reached.
For example, to indicate the setUp thread/s is/are complete:
OUT.println("the setUp Thread Group is completed\n")
This works locally, but of course not with remote execution. Is there an
equivalent way to display, on the controller's console, a similar message
when a remote has finished a thread, or some other stage is reached?
Thanks a lot and best regards,
Ivan