I made a "Modification Manager" Controller that does something similar (but 
not quite) to what you describe.  It acts as a filter - any test entry that 
passes through it potentially gets modified.  This Modifying controller can 
have Modifiers added to it.  There are two types of modifiers - regular ones 
and response based modifiers.  So far, I've only made one response-based 
modifier that parses html and extracts link and form information.  

What you are describing sounds more like a regular modifier that would take 
your POST test entry, and replace the VALUE field with an email address - 
preferably a different one each time and entry passes through.  

So basically, the framework exists to do what you want, but a specific 
implementation has not been written for that.  Take a look at 
org.apache.jmeter.control.ModifyController.java, 
org.apache.jmeter.config.Modifier.java to get started making your own 
implementation for your needs.

-Mike


On Tuesday 14 August 2001 23:02, Rob Schroder wrote:
> I've recorded a test, using the new Proxy Server (very cool), and
> wanted to attach different POST data to each thread.
>
> For instance, I have one Web Testing Controller that does a POST, with
> a name/value pair that corresponds to someone's email address.  So if I
> wanted to simulate each thread as a unique user entering a their own
> email address, how would I do this?
>
> Thanks....rob
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Mike Stover
[EMAIL PROTECTED]

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

Reply via email to