一、
Action.c(41): Error -27979: Requested form not found [MsgId: MERR-27979]
Action.c(41): web_submit_form highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-27178]"
Action.c(41): web_submit_form highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-27178]"
处理方法如下:
1,
打开recording options,在internet protocol下的recording中选择recording level为HTML-based script,点击HTML Advanced,选择script type为A script containing explicit.即可。
2,
选择使用URL_based script录制。
二、在LoadRunner自动录制脚本时,默认会发生REASON: Unable to connect to remote server: rc = -1 , le = 0
在点击录制脚本时,options里面有个NetWord->Port Mapping的设置选项,Capture level选项,把他改为“Socke level and WinNet level data”,意思是录制的连接范围要设置大一点,然后就可以解决此问题。
二、在LoadRunner自动录制脚本时,默认会发生REASON: Unable to connect to remote server: rc = -1 , le = 0
在点击录制脚本时,options里面有个NetWord->Port Mapping的设置选项,Capture level选项,把他改为“Socke level and WinNet level data”,意思是录制的连接范围要设置大一点,然后就可以解决此问题。