51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1603|回复: 6
打印 上一主题 下一主题

[求助] loadrunner 关联

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-8-17 10:20:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
/* -------------------------------------------------------------------------------
        Script Title       :
        Script Description :
                        
                        
        Recorder Version   : 1008
   ------------------------------------------------------------------------------- */

vuser_init()
{

        web_custom_request("LoginWebService",
                "URL=http://192.1.6.64:7051/safe/LoginWebService",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                "EncType=text/xml; charset=utf-8",
                "Body=<?xml version=\"1.0\" encoding=\"utf-8\"?><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\"><soap:Body><login xmlns=\"http://www.openuri.org/\"><inParam xmlns=\"java:ecsolutions.safe.parameters\"><action xsi:nil=\"true\" /><authHash xsi:nil=\"true\" /><funcID xsi:nil=\"true\" /><menuID xsi:nil=\"true\" /><methodID xsi:nil=\"true\" /><organCode>100000</organCode>"
                "<sessionID xsi:nil=\"true\" /><sessionIDSSO xsi:nil=\"true\" /><userID>safe04</userID><warningCheck xsi:nil=\"true\" /><authList xsi:nil=\"true\" /><authListHash xsi:nil=\"true\" /><authMethod xsi:nil=\"true\" /><password xsi:nil=\"true\" /><sessionStatus>beginSession</sessionStatus><verno xsi:nil=\"true\" /></inParam></login></soap:Body></soap:Envelope>",
                LAST);



        web_custom_request("LoginWebService_2",
                "URL=http://192.1.6.64:7051/safe/LoginWebService",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t2.inf",
                "Mode=HTML",
                "EncType=text/xml; charset=utf-8",
                "Body=<?xml version=\"1.0\" encoding=\"utf-8\"?><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\"><soap:Body><login xmlns=\"http://www.openuri.org/\"><inParam xmlns=\"java:ecsolutions.safe.parameters\"><action xsi:nil=\"true\" /><authHash>0bcd3f4b6ad405b1a618786001371834</authHash><funcID>2E1</funcID><menuID xsi:nil=\"true\" /><methodID xsi:nil=\"true\" /><organCode>100000</"
                "organCode><sessionID>20060817092256000000100000ulWEheoxwK00OMZM4i3Xsafe04</sessionID><sessionIDSSO xsi:nil=\"true\" /><userID>safe04</userID><warningCheck xsi:nil=\"true\" /><authList xsi:nil=\"true\" /><authListHash xsi:nil=\"true\" /><authMethod>digest</authMethod><password xsi:nil=\"true\" /><sessionStatus xsi:nil=\"true\" /><verno>6806</verno></inParam></login></soap:Body></soap:Envelope>",
                LAST);

        web_custom_request("CheckNewMessageWebService",
                "URL=http://192.1.6.64:7051/safe/CheckNewMessageWebService",
                "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\"?><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\"><soap:Body><checkNewMessage xmlns=\"http://www.openuri.org/\"><inParam xmlns=\"java:ecsolutions.safe.parameters\"><action xsi:nil=\"true\" /><authHash>444f63e3a97d084752d0438e3d682cb4</authHash><funcID xsi:nil=\"true\" /><menuID xsi:nil=\"true\" /><methodID xsi:nil=\"true\" />"
                "<organCode>100000</organCode><sessionID>20060817092256000000100000ulWEheoxwK00OMZM4i3Xsafe04</sessionID><sessionIDSSO /><userID>safe04</userID><warningCheck xsi:nil=\"true\" /></inParam></checkNewMessage></soap:Body></soap:Envelope>",
                LAST);

        web_custom_request("GetMenuWebService",
                "URL=http://192.1.6.64:7051/safe/GetMenuWebService",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t4.inf",
                "Mode=HTML",
                "EncType=text/xml; charset=utf-8",
                "Body=<?xml version=\"1.0\" encoding=\"utf-8\"?><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\"><soap:Body><getMenu xmlns=\"http://www.openuri.org/\"><inParam xmlns=\"java:ecsolutions.safe.parameters\"><action xsi:nil=\"true\" /><authHash>406447e13ebef5d58c8aabbbe707f4e1</authHash><funcID>getMenu</funcID><menuID xsi:nil=\"true\" /><methodID>getMenu</methodID><organCode"
                ">100000</organCode><sessionID>20060817092256000000100000ulWEheoxwK00OMZM4i3Xsafe04</sessionID><sessionIDSSO /><userID>safe04</userID><warningCheck xsi:nil=\"true\" /><organLevel>1</organLevel><organType>S</organType><userType>T</userType></inParam></getMenu></soap:Body></soap:Envelope>",
                LAST);

        return 0;
}


上面是vuser_init中的内容,需要关联的是<sessionID>20060817092256000000100000ulWEheoxwK00OMZM4i3Xsafe04</sessionID>中间的内容和<authHash>406447e13ebef5d58c8aabbbe707f4e1</authHash>中间的内容做关联,按照论坛上提供的资料进行做关联,但是都会提示错误,请高手帮忙

谢谢
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2006-8-17 10:54:18 | 只看该作者
错误拿上来啊
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2006-8-17 11:04:25 | 只看该作者
我现在就是不知道怎么写web_reg_save_param这个参数啊我写的都提示没有找到需要参数的字符串内容
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2006-8-17 11:05:40 | 只看该作者
就是sessionID和authHash之间的数据是动态的,但是就是写不对找这如何写的问题
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2006-8-18 16:42:21 | 只看该作者

不是很明白阿,,

看得头晕。
回复 支持 反对

使用道具 举报

该用户从未签到

6#
发表于 2006-8-20 22:12:13 | 只看该作者

楼主要的是不是这个

web_reg_save_param("xxxxx","LB=<sessionID>","RB=</sessionID>",LAST);
中间省了一些可以忽略的参数,LB后面是左边界,RB后面是右边界
函数要放在需要捕获参数的那一步之前
回复 支持 反对

使用道具 举报

该用户从未签到

7#
发表于 2006-8-23 11:24:16 | 只看该作者
然后将<authHash>{xxxxx}</authHash>,就ok了
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-24 06:20 , Processed in 0.070380 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表