Request parameters in http request are
username abc
password xyz
GoaheadAndlogin Login
Without hardcoding these values how to set agruments directly through beanshell code
How to set agruments using beanshell processor in jmeter?
153 Views Asked by ash At
1
You can use sampler.addArgument() method as
moreover, you can use variables:
or properties:
See How to use BeanShell: JMeter's favorite built-in component guide for advanced information on Beanshell scripting in JMeter.