本文介绍了具有Windows身份验证的JMeter?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用JMeter对位于SharePoint 2007网站中的某些页面进行负载测试.包含页面的服务器场与运行测试的计算机位于不同的域中,并使用Windows身份验证.与服务器的连接是通过未加密的(非SSL)连接.因此,我需要将登录凭据传递到服务器.
I am using JMeter to load test some pages that reside in a SharePoint 2007 Site. The farm that contains the pages resides in a different domain than the machine running the test, and uses Windows Authenticiation. The connection to the server is over an unencrypted (non-SSL) connection. Because of this, I need to pass login credentials to the server.
如何配置JMeter使用Windows身份验证登录服务器?
How do I configure JMeter to login to the server using windows authentication?
推荐答案
尝试此
根据回复进行新链接向下滚动到参数部分
Edit based on the reply: new linkScroll down to the Parameters section,
- 用户名要授权的用户名.
- 密码用户的密码.
- 域用于NTLM的域.
- 领域用于NTLM的领域.
- Username The username to authorize.
- Password The password for the user.
- Domain The domain to use for NTLM.
- Realm The realm to use for NTLM.
这篇关于具有Windows身份验证的JMeter?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!