hi,
regarding ur test.......even i am using jmeter for a similar scenario but im
using the* nightly release* to do so..
i have tried it for 100 users by including csv data configuration(which
stores the username and corresponding passwords) in my test plan.
It works.........try it

On Thu, Jul 8, 2010 at 5:04 PM, Karsten Gaul <[email protected]>wrote:

> Hi Christoph,
>
> the loop controller loops x times within one iteration step but the csv is
> read only once per iteration. This means that you currently use the same
> login data for x loops. Try leaving out the loop controller and set the
> iterations in the thread group to the number of lines you have in your csv
> file.
>
> rgds
> Karsten
>
> Am 08.07.2010 13:23, schrieb Christoph:
>
>
>> Hi,
>> I'm trying to stress test our new http proxy server.
>> The server is working with user authentication and password.
>>
>> I know that jmeter has proxy parameters -u<proxy_user>  -a<proxy_passwd>.
>> However, my intention is to use 600 different user/password combinations.
>>
>> Currently my testplan looks like this:
>>
>> Thread-Group
>>     HTTP Cookie Manager
>>     CSV Data Set Config     (here users and password are stored)
>>     Loop Controller
>>         HTTP-Request URL:http://intranet.gosys.test
>>
>>
>> What I'm concerned with is
>> how to cause jmeter to perform proxy authentication with different users?
>>
>> Can anyone help, please?
>>
>> Thanks in advance
>> Christoph
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to