[ Last edited by Apostle on 2005-2-1 at 15:00 ]作者: Apostle 时间: 2004-12-31 16:53
它的那个身份认证应该如何做啊,能详细说明一下吗?作者: Apostle 时间: 2005-1-17 16:40
55555......
那个高手可以说一下吗,点解没人有反应?作者: computercat 时间: 2005-1-17 18:09
现在用SharePoint做的Web很多吗?这个好像是微软的新产品作者: 吱吱 时间: 2005-1-18 10:38
LoadRunner supports the following types of user authentication:
Basic
NTLM
Digest
When a Web server requests Basic authentication, VuGen automatically inserts a web_set_user function with the recorded arguments into the script.
However, when the Web server demands the more secure NTLM or Digest authentication, VuGen is unable to insert the required information. If it could, these methods would not be secure. In these two cases, you must manually insert web_set_user into the script, including user and password information, to authenticate the Vuser to the Web server.
With NTLM authentication, you must prepend the domain name and a double backslash to the user name: "[domain_name]\\[username]". For example:
The following example was inserted manually by the user into the script as the Web server "mansfield" uses NTLM authentication. VuGen cannot record NTLM or Digest authentication. Note that for NTLM authentication the domain name "mansfield" followed by a double backslash must be prepended to the user name: