On 27/01/06, jmeter User <[EMAIL PROTECTED]> wrote:
> Greetings:
> I have been learning Jmeter this past week  and I finding that I am
> now getting the hang of it.
>
> I am trying to do something that I though would be simple.
>
> I am reading data from __CSVRead() and would a new value for each
> iteration of a loop controller.

CSV DataSet is recommended over CSVRead, but that should not affect the outcome.

> I had it working for each thread, but would like to hit a single page
> many times (loop) with a new value each time.
>
> Thread Group (2)
> --Page1
> --LoopController
> ----Page2
> ------UserParam[__CSVRead()]
>
> The value is still only updated for each thread and not the loop.

Try:

Thread Group (2)
--Page1
--LoopController
----UserParam[__CSVRead()] or CSV Data Set
----Page2

instead.

> I have attached my test plan.

It fell off. Best not to attach files to mailing list messages.

> Any help would be appreciated.
> Jm
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to