JMeter-jmx-BeanShellCode
JMeter-jmx-BeanShellCode copied to clipboard
change request body failed
followed your step,but request body doesn't change and no error log
import org.apache.jmeter.config.Arguments; import org.apache.jmeter.config.Argument; Arguments arguments = sampler.getArguments(); Argument arg = arguments.getArgument(0); arg.setValue("postData");
i use jsr233 sampler
followed your step,but request body doesn't change and no error log
import org.apache.jmeter.config.Arguments; import org.apache.jmeter.config.Argument; Arguments arguments = sampler.getArguments(); Argument arg = arguments.getArgument(0); arg.setValue("postData");
我也遇到了相同问题,求大神指导