Re: Changing parameters values within a loop

2005-11-04 Thread tchris22
Thanks for your help. I successfully apply the first case (using a
counter). I am enough satisfied.
Thanks again,
Chris
 On 03/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 HI,
 I am not yet an experimented user of jmeter; please help me solve the
 following:

 I have created a test plan for managing Users (Creation, Deletion).
 Thread Group
 Http request default
  while Controller (70 iterations)
   User Creation request  == Name as parameter

 Within a Loop How can I change the name of the User to create, at each
 iteration?

 Do you want to use specific names, or would USERnnn do?

 For names of the form USERnnn, create a counter. If the counter name is
 N, then use the following for the username:

 USER${N}

 If you want predefined names, then put them in a file, and read it with
 _StringFromFile() or __CSVRead() functions.

 Or, put a CSV Data Set config element in the loop and use that to read
 the file.

 S

 Thanks for your help.
 Chris.



 -
 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]




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



Changing parameters values within a loop

2005-11-03 Thread tchris22
HI,
I am not yet an experimented user of jmeter; please help me solve the
following:

I have created a test plan for managing Users (Creation, Deletion).
Thread Group
Http request default
 while Controller (70 iterations)
   User Creation request  == Name as parameter

Within a Loop How can I change the name of the User to create, at each
iteration?

Thanks for your help.
Chris.



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



Re: Changing parameters values within a loop

2005-11-03 Thread sebb
On 03/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 HI,
 I am not yet an experimented user of jmeter; please help me solve the
 following:

 I have created a test plan for managing Users (Creation, Deletion).
 Thread Group
 Http request default
  while Controller (70 iterations)
   User Creation request  == Name as parameter

 Within a Loop How can I change the name of the User to create, at each
 iteration?

Do you want to use specific names, or would USERnnn do?

For names of the form USERnnn, create a counter. If the counter name
is N, then use the following for the username:

USER${N}

If you want predefined names, then put them in a file, and read it
with _StringFromFile() or __CSVRead() functions.

Or, put a CSV Data Set config element in the loop and use that to read the file.

S

 Thanks for your help.
 Chris.



 -
 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]