Hello (Don't you know the netiquette?) Exactly, you can use Beanshell, as Beanshell can be considered as scripting in Java. So you can call whatever Java you wrote, create or modify JMeter Variables in the script and then use it wherever you want. See http://jakarta.apache.org/jmeter/usermanual/component_reference.html#BeanShell_Sampler And *for full details on using BeanShell, please see the BeanShell web-site at http://www.beanshell.org/*
Regards, Tibo On Fri, Apr 23, 2010 at 13:22, thorr09 <[email protected]> wrote: > > How is it possible to run Java code and write the returned value in the > request in a Sampler? Does BeanShell support Java code, or can it call > somehow java code? > -- > View this message in context: > http://old.nabble.com/Jmeter-preprocessors%2C-Java-code...-tp28340073p28340073.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

