How to generate load for a sharepoint application with windows based authentication using Jmter?

1.9k views Asked by At

I need to generate load to a share point application which runs on windows based authentication. Using JMeter I was not able to recognize the windows authentication popup.

The analysis of the application server performance can be done using server monitoring listener in Jmeter or deferred server analysis tool in share point. I have problem only in Load generation

If there is any other tool do suggest me

1

There are 1 answers

0
Dmitri T On

You need to use HTTP Authorization Manager to construct a relevant authentication header.

It should be quite enough to deal with HTTP Basic Authentication

However if you need to use your machine credentials which is NTLM, you'll need to do the following:

  1. Change implementation of your HTTP Samplers to HTTPClient 3.1 (for digest) or HTTPClient 4 (if you're Sharepoint instance is using Kerberos)
  2. Perhaps it worth playing with http.authentication.preemptive$Boolean property. In some cases you need to set it to "true"