51Testing软件测试论坛

标题: loadrunner中关联问题 [打印本页]

作者: yolanda_ji    时间: 2012-5-16 16:12
标题: loadrunner中关联问题
本帖最后由 yolanda_ji 于 2012-5-17 12:43 编辑

1、请问关联数据,只能是web_submit_data()中的数据吗?

2、我测试微博问题
      在圈子中发博文,可分享到主页博文list中,用LR回放时,发布的微博只能显示在主页list,而圈子界面list中没有。
   
      录制两份相同的脚本,发现web_url(?fid=53a4hKLt83qpwqg3eJRQRQyFFOBnNW8aRPLdRgFXKCy2kA&from=publish&a=detail&gid=10“),开发说跟fid有关,但我在submit中没有找到相关产生fid的数据,迷茫中~~

在replay log中发现
vuser_init.c(269): web_submit_data("action.php_3") was successful, 117 body bytes, 364 header bytes, 11 chunking overhead bytes          [MsgId: MMSG-26385]
vuser_init.c(290): t=87383ms: 218-byte response headers for "http://www.51wansha.com/group?fid=4658p4Lp9wUZ9%2FmfkkMXS54q5Om9SuKFd9aLxIhtcQrgyw&from=publish&a=detail&gid=10" (RelFrameId=1, Internal ID=107)

这个里面的fid可以关联吗

可以改成        web_url("group_3",
                "URL=http://××××××××××××××/group?fid={参数}&from=publish&a=detail&gid=10",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t27.inf",
                "Mode=HTML",
                LAST);


备注:fid就是提交发布微博后新建的微博的feed_id的加密值    每提交一个请求都产生一个feed_id,也就有一个fid,和提交的什么内容无关的,这个问题怎么解决啊,求救啊~~


有谁知道这个问题怎么解决吗?
作者: jj_ljw    时间: 2012-5-16 17:06
两份脚本中fid不一样吧,那就可以关联
作者: yolanda_ji    时间: 2012-5-16 17:10
两份脚本中fid不一样吧,那就可以关联
jj_ljw 发表于 2012-5-16 17:06



    怎么关联啊?可以改成为红色字体部分吗?
作者: jj_ljw    时间: 2012-5-16 17:24
手动关联,看帮助里面这个函数
web_reg_save_param
作者: yolanda_ji    时间: 2012-5-16 17:32
手动关联,看帮助里面这个函数
web_reg_save_param
jj_ljw 发表于 2012-5-16 17:24



    有
   web_reg_sava_param("参数",
                                         “LB=http://××××/group?fid=”,
                                         “RB=&from=publish”,
                                          “ORD=1”,
                                          LAST);


    web_url("group_3",
                "URL=http://××××××××××××××/group?fid={参数}&from=publish&a=detail&gid=10",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t27.inf",
                "Mode=HTML",
                LAST);
是这样吗?
作者: 云层    时间: 2012-5-16 18:25
你这个肯定是错的。。
作者: yolanda_ji    时间: 2012-5-16 23:27
你这个肯定是错的。。
云层 发表于 2012-5-16 18:25



    云老师,那咋改啊?




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