wangyy_1103 发表于 2016-3-25 16:53:26

用LoadRunner录制oracleADF框架系统的问题,求助大神

最近在做ADF框架结构系统的压力测试,关于变量保存和使用,遇到了很多问题,总是报如下的错误:
Action.c(65): Error -26377: No match found for the requested parameter "adf.ctrl-state6". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size       
Action.c(65): web_url("login.jspx") highest severity level was "ERROR", 7113 body bytes, 304 header bytes, 32 chunking overhead bytes       
变量保存的函数我尝试改了以后再回放,还是会报错,求助大神啊~~~~~~~~


wangyy_1103 发表于 2016-3-25 17:01:01

web_reg_save_param("adf.ctrl-state6",
                "LB=_adf.ctrl-state=",
                "RB=\"",
                "Ord=1",
                "Search=Body",
                "RelFrameId=2",
                LAST);

fhhh_eyou 发表于 2016-3-27 13:43:44

保存变量不匹配,长度加长,如定义:long

wangyy_1103 发表于 2016-3-28 09:25:29

fhhh_eyou 发表于 2016-3-27 13:43
保存变量不匹配,长度加长,如定义:long

你好,想请教您,在什么地方定义呢?这个变量是自动保存的,我需要做什么改动吗
页: [1]
查看完整版本: 用LoadRunner录制oracleADF框架系统的问题,求助大神