You'll need to use a variable to provide the data for the sign-up page.

You can use something like:

              user_${__threadNum()}

Or create a variable (e.g. USER) from a file using:

CSV Data Set

and then refer to is as

         ${USER}

in the sign-up page.

Each thread will get the next line in the file, and will allow you to
provide arbitrary names.

S.
On 09/01/06, Mark Lomongo <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm testing a sign up page and I'd like to create users based on the
> number of threads.  What I'd like to do is create and account for user_1
> till user_n, where n is the number of threads. Thanks.
>
> Mark
>
>
> ---------------------------------------------------------------------
> 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