I noticed that when I run the Junit sampler with Jmeter, the messaging is pretty bare. If an exception occurs, Jmeter will report it, but everything else that happens in my tests should be output using Log4J or another logging tool. Is there a way to just return the result to Jmeter? Do they have an API for this?
source
share