|
本帖最后由 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,和提交的什么内容无关的,这个问题怎么解决啊,求救啊~~
有谁知道这个问题怎么解决吗? |
|