51Testing软件测试论坛

标题: 脚本中urs.microsoft.com是如何产生的 [打印本页]

作者: CHOUYUNHAT    时间: 2009-3-5 10:38
标题: 脚本中urs.microsoft.com是如何产生的
Lr9.0录制了一个浏览器IE7.0的应用程序脚本,但录制的脚本(只是一个简单的查询)中经常出现urs.microsoft.com,例如:
        web_custom_request("urs.asmx",
                "URL=https://urs.microsoft.com/urs.asmx?MSPRU-Client-Key=YLV529GpL%2bxOCSybxWLYuQ%3d%3d&MSPRU-Patented-Lock=UVRELSaLoEw%3d",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t673.inf",
                "Mode=HTTP",
                "EncType=text/xml; charset=utf-8",
                "Body=<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><soap:Body><Lookup xmlns=\"http://Microsoft.STS.STSWeb/\"><r soapenc:arrayType=\"xsd:string[1]\"><string>http://canonicalizer.ucsuri.tcs/7200650073003a002f002f0063003a005c00770069006e0064006f00770073005c00730079007300740065006d00330032005c00780070007300700033007200650073002e0064006c006c002f0064006e0073006500720072006f0072002e00680074006d00230068007400740070003a002f002f003100390032002e0030002e0030002e00360036002f0063007300670072006f007500700032002f00630061006c0065006e006400610072002f00630061006c0065006e006400610072002e00680074006d00</string></r><ID>{B3BB5BBA-E7D5-40AB-A041-A5B1C0B26C8F}</ID><v soapenc:arrayType=\"xsd:string[5]\"><string>7.0.6004.6</string><string>7.00.5730.11</string><string>7.0.5730.13</string><string>5.1.2600.2.0</string><string>zh-cn</string></v></Lookup"
                "></soap:Body></soap:Envelope>",
                LAST);
      但是有时候却录不到。脚本回放到这一句时经常报错,一般是这样:
Action.c(958): Error -27780: connect to host "urs.microsoft.com" failed: [10054] Connection reset by peer, Snapshot Info [MSH 0 7]
      问过开发人员,Web是微软自带的IIS,用.Net开发的,但都用不到urs.microsoft.com,也不知道从哪里来的。实际上这条语句注释掉也可以。
    只是想知道这个"urs.microsoft.com" 到底是怎样产生,起什么作用。

[ 本帖最后由 CHOUYUNHAT 于 2009-3-5 10:46 编辑 ]
作者: archonwang    时间: 2009-3-5 16:20
估计:很可能是浏览器插件造成的。
作者: CHOUYUNHAT    时间: 2009-3-6 15:37
原帖由 archonwang 于 2009-3-5 16:20 发表
估计:很可能是浏览器插件造成的。



没有什么特别的插件呀
作者: dulong    时间: 2009-5-4 12:48
http://lists.more.net/archives/technic/2007-October/022712.html
It looks like this is the reliability website that IE7 uses to check against
to determine if a site is a phishing site or not.



Here's a link from Microsoft that has info about it:

http://download.microsoft.com/do ... c-4b27-b397-1f6b2b6
cb420/Part1_MM.pdf

It's on page 14 and 15.

[ 本帖最后由 dulong 于 2009-5-4 13:22 编辑 ]
作者: aman_cao    时间: 2009-5-4 13:41
楼上讲的有道理,不过没有试过
作者: cursor    时间: 2010-4-26 15:22
关于urs.microsoft的链接语句可以注释掉,不会影响整个性能测试结果的。

如果不去掉的话,在运行时,由于访问不到这个链接,会产生客户端不断向服务器发送请求,若获取不到,将会导致该页面的响应时间很长,会影响测试结果。

我测试几个系统,都是用此方法处理的。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2