wbjsly 发表于 2010-5-20 11:13:05

LR 关联问题

LR 做关联处理,在回放日志里找到了服务器端返回的ID号,但其左右都没内容,贴出日志那一段:
Action.c(190): t=185582ms: 4-byte chunked response overhead for "http://10.20.12.12:9080/gsmbm/unifge/DataUtil.do?action=genPkKey&talbe=BM_ADJUST_DETAIL&programId=71060102" (RelFrameId=1)
Action.c(190):   10\r\n
Action.c(190): t=185603ms: 16-byte chunked response body for "http://10.20.12.12:9080/gsmbm/unifge/DataUtil.do?action=genPkKey&talbe=BM_ADJUST_DETAIL&programId=71060102" (RelFrameId=1)
Action.c(190):   4000000061425812
Action.c(190): t=185619ms: 2-byte chunked response overhead for "http://10.20.12.12:9080/gsmbm/unifge/DataUtil.do?action=genPkKey&talbe=BM_ADJUST_DETAIL&programId=71060102" (RelFrameId=1)
Action.c(190):   \r\n
______________________________________________________________________________________________________________________
Action.c(190):   4000000061425812
这个就是返回的ID号,但左右都是空的,我在关联函数里的左右边界该输什么,才能关联上?

sc_zk2008 发表于 2010-5-20 11:18:41

可以试着检查tree结构中head和body中,有这个di没。

wbjsly 发表于 2010-5-20 11:40:29

有的,里面的值是录脚本时生成的那个ID号。

PrefTest 发表于 2010-5-20 11:53:56

那就不需要指定LB和RB
页: [1]
查看完整版本: LR 关联问题