fengyun32 发表于 2008-9-27 17:26:36

刚学习LoadRunner ,以下出错信息是什么原因及解决?

2        -27995        Action.c(76): Error -27995: Requested link ("Text=5") not found        523        262        1        1        1       
2        -27979        Action.c(144): Error -27979: Requested form not found        17        17        1        1        1       
2        -27791        Action.c(18): Error -27791: Server "192.168.0.19" has shut down the connection prematurely        5        4        1        1        1       
2        -27728        Action.c(32): Error -27728: Step download timeout (120 seconds) has expired when downloading non-resource(s)        3        3        1        1               
2        -26612        Action.c(32): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.0.19:8090/ArchesErp/app?service=page/MainTitle"        15        12        1        1        1       
2        -26377        Action.c(18): Error -26377: No match found for the requested parameter "PeopleSoftJSessionID2". 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        2        1        1        1               
2        -26374        Action.c(18): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.        2        1        1        1

boymarco 发表于 2008-9-27 21:09:36

应用可能宕掉,请求都没有响应,报HTTP500错误

AJan1000 发表于 2008-9-28 16:49:04

检查一下脚本。
请求的URL当中没有找到包含“text=5”的LINK并且请求的窗体内容也未找到。
另外请求的“PeopleSoftJSessionID2”也未找到,看看关联的位置以及边界对不对
:loveliness:

fengyun32 发表于 2008-9-29 09:32:01

好的...多谢了!

fengyun32 发表于 2008-9-30 11:26:48

嗯嗯...多谢先!

zhaoyabin123456 发表于 2008-10-6 17:34:17

点击 Tools--> Recording Options... -->Recording, 再点击 HTML Advanced 按钮,把 Script type从默认的第一个改为第二个,然后重新录制脚本问题即可得到解决。

fengyun32 发表于 2008-10-20 12:11:20

好的,多谢

026300 发表于 2008-10-20 12:37:22

原帖由 zhaoyabin123456 于 2008-10-6 17:34 发表 http://bbs.51testing.com/images/common/back.gif
点击 Tools--> Recording Options... -->Recording, 再点击 HTML Advanced 按钮,把 Script type从默认的第一个改为第二个,然后重新录制脚本问题即可得到解决。

为什么这样就可以成功呢?
这两个选项分别是什么意思啊:)
页: [1]
查看完整版本: 刚学习LoadRunner ,以下出错信息是什么原因及解决?