On 8 July 2010 12:23, Christoph <[email protected]> wrote: > > 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?
With JMeter 2.3.4, you cannot change the proxy credentials during a test run. So you will need to start the test 600 times. However, this feature is in the current code and will be in the next release. > Can anyone help, please? > > Thanks in advance > Christoph > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/how-to-stress-test-a-http-proxy-server-tp1044992p1044992.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]

