http://theworkaholic.blogspot.com/2010/03/dynamic-parameters-in-jmeter.html
for an example on how to add a variable number of parameters to the sampler
(you will have to change to read from CSV)

regards
deepak

On Fri, Sep 23, 2011 at 8:21 AM, mkt <michaelkturner...@gmail.com> wrote:

> How are the variables used? Are they HTTP Parameters? Are you using GET or
> POST?
> If using GET, then parameters are ignored if the name is blank, so
> that may be one way to do it.
>
> *Using POST and this is Oracle forms.*
>
> Also, the Switch Controller might be useful; add child samples with
> 1,2,3 etc. parameters and use the variable to select which one is
> used.
>
> Alternatively, one can use a BSH or BSF Pre-Processor to populate the
> parameters; this has been discussed on this list a few times.
> In this case, the CSV file should probably contain a field with the
> number of parameters, followed by the actual parameters.
> That would help with the Switch Controller as well.
>
> *I will def check these out.  This is more complex that previous JMeter
> plans I've worked on.  Thank you very much for your help.*
>
>
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/How-many-loop-controlers-tp4833696p4833978.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to