I am currently doing a Load Testing of a website using Jmeter. This website uses Windows authentication. Because of this, I need to pass login credentials to the server.
How do I configure JMeter to login to the server using windows authentication?
I came to know that for windows authentication we need to use Http Authorization manager above the Http Request element. This is the input I have given in Http Authorization manager
Base url: Website URL username: Username password: password
I am still not able to resolve the issue. I would be great if someone could help me in resolving the above issue in JMeter.