Reputation: 71
I was previously used Visual studio web test for automation. Now we have moved to Jmeter. We are trying to solve NTLM Authentication issues here but are unable to find out where to pass Credentials. The parameters below are required for file authentication in VS webtest:
I have found some helpful links and understand how NTLM works but am unable to find out how to use them in Jmeter.
I have found some useful links but am unable to get any information how to use NTLM in Jmeter.
apache.http.auth.NTCredentials
Upvotes: 0
Views: 7926
Reputation: 168122
JMeter provides HTTP Authorization Manager which deals with Basic, NTML and Kerberos authentication types, just add it to your Test Plan and provide username, password and domain there, JMeter will automatically build the relevant Authorization header and add it to your request(s).
See Windows Authentication with Apache JMeter article for more information.
Upvotes: 1