51Testing软件测试论坛

标题: 录制的网页中嵌入控件的问题 [打印本页]

作者: tangyanhb    时间: 2007-1-13 15:55
标题: 录制的网页中嵌入控件的问题
在录入的网页中全部是嵌入的控件,在录制完毕后,录制快照显示的全是源文件,是为什么?这类B/S系统怎么测试,我录制了一个登陆界面,回放就出现了错误,是LR不适合嵌入控件的B/S系统的测试吗?

[ 本帖最后由 tangyanhb 于 2007-1-13 16:58 编辑 ]
作者: Zee    时间: 2007-1-13 16:49
什么错?
作者: tangyanhb    时间: 2007-1-13 17:18
标题: 错误提示
vuser_init.c(32): 错误 -26612: 对于“http://192.168.0.2/MCISWebService/SrvUserAndGroup.asmx”,HTTP 状态代码=500 (鍐呴儴鏈嶅姟鍣ㄩ敊璇?
作者: Zee    时间: 2007-1-13 17:22
参见:http://bbs.51testing.com/viewthr ... amp;highlight=26612
作者: tangyanhb    时间: 2007-1-13 22:59
我看了上面的链接,我的代码如下:
        web_url("rzmrs.htm",
                "URL=http://192.168.0.2/rzmrs.htm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        web_url("SrvUserAndGroup.asmx",
                "URL=http://192.168.0.2/MCISWebService/SrvUserAndGroup.asmx?WSDL",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t2.inf",
                "Mode=HTML",
                LAST);

        web_custom_request("SrvUserAndGroup.asmx_2",
                "URL=http://192.168.0.2/MCISWebService/SrvUserAndGroup.asmx",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=text/xml; charset=\"UTF-8\"",
                "Body=<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><SOAP-ENV:Envelope xmlns:SOAPSDK1=\"http://www.w3.org/2001/XMLSchema\" xmlns:SOAPSDK2=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:SOAPSDK3=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"><SOAP-ENV:Body><GetUserInfo xmlns=\"http://www.shrz.com.lxr/MCISWebService/\"><strServerAddr xmlns:SOAPSDK4=\"http://www.shrz.com.lxr/MCISWebService/\">(local)</strServerAddr>"
                "<strDBName xmlns:SOAPSDK5=\"http://www.shrz.com.lxr/MCISWebService/\">xhd</strDBName><strDBType xmlns:SOAPSDK6=\"http://www.shrz.com.lxr/MCISWebService/\">SQL Server</strDBType><userID xmlns:SOAPSDK7=\"http://www.shrz.com.lxr/MCISWebService/\">1</userID><groupID xmlns:SOAPSDK8=\"http://www.shrz.com.lxr/MCISWebService/\">0</groupID><nodeID xmlns:SOAPSDK9=\"http://www.shrz.com.lxr/MCISWebService/\">0</nodeID></GetUserInfo></SOAP-ENV:Body></SOAP-ENV:Envelope>",
                LAST);






提示错误:
Action.c(22): 错误 -26612: 对于“http://192.168.0.2/MCISWebService/SrvUserAndGroup.asmx”,HTTP 状态代码=500 (鍐呴儴鏈嶅姟鍣ㄩ敊璇?          [MsgId: MERR-26612]



需要初始化的内容为:
<OBJECT ID="RzMRS30"
CLASSID="CLSID:13EC809D-1BAC-4F64-A7BE-1EC655397944"
CODEBASE="RzMRS.CAB#version=1,0,0,0" width="100%" height="100%">
<param name="WebServiceAddr" value="http://192.168.0.2/MCISWebService">
<param name="DBServer" value="(local)">
<param name="DBName" value="xhd">
<param name="DBType" value="SQL Server">
<param name="UserID" value="1">
<param name="IsSupport601" value="-1">
<param name="IsSupport601G" value="-1">
<param name="IsSupport701" value="-1">
<param name="IsSupport801_802" value="-1">
<param name="IsAutoRun" value="-1">
</OBJECT>
</BODY>
</HTML>


该怎么修改啊?谢谢!
作者: Zee    时间: 2007-1-13 23:10
按那个链接中的去查一下,你的有没有相应的错?
作者: tangyanhb    时间: 2007-1-14 10:00
和那个连接的描述很想象,但是我不知道按照他的描述该怎么修改




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