SharePoint Application feasibility with JMETER

342 views Asked by At

I have been facing issue with JMeter recently where I needed to understand if JMeter supports SharePoint Application?

I am stuck at the recording of a simple Login-Logout page where ADID Authentication is involved, whenever I try to record in the following manner it gets stuck on the ADID Popup only:

  1. Hit HomePage
  2. ADID Pop-up window (here when I enter valid credentials it just asks for the same thing)

Can anyone guide me if there is something that needs to be done in order to work it with JMeter?

1

There are 1 answers

0
Dmitri T On

You need to

  1. Figure out what authentication method is being used under the hood, like Basic, NTLM, or Kerberos. Just ask around or inspect request/response headers using your browser developer tools or a 3rd-party sniffer tool like Wireshark
  2. Add HTTP Authorization Manager and properly configure it for the required authentication type, see Windows Authentication with Apache JMeter article for example setup

You can also use an alternative recording solution like JMeter Chrome Extension, but you will still need the HTTP Authorization Manager in order to properly replay the recorded script