haha_s 发表于 2008-2-28 15:38:23

虚拟用户超过10个时,就报Requested form not found错误

运行5个虚拟用户时,没有任何问题,当加到10个就开始报 Continuing after error 27979:Requested form not found错误
请问这会是什么原因呢?菜鸟先谢谢各位了~

脚本是用一个帐号登陆系统,提交一个申请的过程,非常简单。请各位指点一下~

iori 发表于 2008-2-28 15:44:39

打开recording options,在internet protocol下的recording中选择recording level为HTML-based script,点击HTML Advanced,选择script type为A script containing explicit.试一下。

haha_s 发表于 2008-2-28 15:49:32

你的意思是要重新录制一个脚本,再运行吗?
可否告知为什么要选A script containing explicit,你认为我之前的脚本问题出在哪里了呢?

问题有点多,呵呵

iori 发表于 2008-2-28 15:55:16

Message Code 27979
Requested form not found

The form was not found in the page received from the server. Possible reasons: (i) The current or a previous HTML page was changed after the script was recorded. (ii) A previous request navigated to a wrong page or failed. (iii) One or more web_submit_form arguments are missing or incorrect (especially for manually coded, parameterized, or correlated functions). (iv) The server returned an unexpected page (e.g., under excessive load).

haha_s 发表于 2008-2-29 14:55:35

这个办法的确解决了我的问题
可是哪位高人解释一下为什么录制脚本时选择A script containing explicit就行了呢?

yzylion 发表于 2009-12-24 14:20:23

选择这个可以避免前后依赖性问题的表单提交
页: [1]
查看完整版本: 虚拟用户超过10个时,就报Requested form not found错误