println() inside static void main method is not printing anything anywhere, whereas only println() prints in terminal. Here is my code:
static void main
class Ca
Don't use System.out.println in a Groovy or Beanshell step in jmeter. Instead , do this:
1. Enable the stdout console in Jmeter so that you can see the output. 2. Use log.info("Message:" + vars.get("variableName")); instead.