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