Sweet. I'll look into this.

Ryo


> A function is simplest - you don't have to write a gui.  There is some
> support for automatic guis if you make a full-blown post-processor
> component, but you'll have to ask Jordi about that.
> 
> you could make a function like ${__httpHeader(KEY)}
> 
> So, to write that, you would copy the basics from the other functions
> (such as org.apache.jmeter.functions.Property2).  Also refer to
> org.apache.jmeter.functions.RegexFunction to see how to get access to
> the server response data and to see how values are inserted into
> JMeter's context (if you want to do that - you should).
> 
> It's often nice to make a function, get it working, then, if you like
> it, make it a component, which is often easier to use.
> 
> -Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to