JMeter-jmx-BeanShellCode icon indicating copy to clipboard operation
JMeter-jmx-BeanShellCode copied to clipboard

jmeter -脚本处理测试用例

Results 1 JMeter-jmx-BeanShellCode issues
Sort by recently updated
recently updated
newest added

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");