Fine if you can do that, but seems like overkill when one can potentially use BeanShell to extract and / or manipulate the variables.
JMeter can extract the variables using the Regex Post-Processor. AFAIK, it can provide form parameters using JMeter variables. All that is missing is the step to convert the contents of the variables. This could be done with a BeanShell function (at least initially) Later this could be added as a new function. These are relatively easy to write. S. On 07/02/06, Mamading Ceesay <[EMAIL PROTECTED]> wrote: > On Tuesday 07 February 2006 15:36, sebb wrote: > > If you can provide some concrete examples of the variables to be > > extracted, and the transformations to be performed on them, perhaps we > > can look at how that might be achieved. > > > > I might be able to do better than that. I'm now investigating using a proxy > with JMeter that supports plugins and writing some scripts to extract the > variables and perform the transforms. > > If anybody knows of a Java-based proxy that supports plugins and/or > BeanShell/BSF, now would be a good time to speak up, otherwise I'll go the > Python route. > > -- > Qmediastream http://qmediastream.com > design, commerce, hosting, streaming, multimedia > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

