//----------------------------------------------------------------------
// Recorded 07/14/2007 by SilkPerformer Recorder v7.0.0.2364
//----------------------------------------------------------------------
benchmark SilkPerformerRecorder
use "WebAPI.bdh"
dcluser
user
VUser
transactions
TInit : begin;
TMain : 1;
var
dclrand
dcltrans
transaction TInit
begin
WebSetBrowser(WEB_BROWSER_MSIE6);
WebModifyHttpHeader("Accept-Language", "zh-cn");
//WebSetUserBehavior(WEB_USERBEHAVIOR_FIRST_TIME);
//WebSetDocumentCache(true, WEB_CACHE_CHECK_SESSION);
end TInit;
transaction TMain
var
begin
WebCookieSet("BAIDUID=2180A456995AE65B8FE9E0523BCA9FF2; domain=.baidu.com; path=/; expires=Fri, 14 Jul 2017 14:38:54 GMT",
"http://www.baidu.com/");
WebPageUrl("http://www.baidu.com/", "Unnamed page");
WebModifyHttpHeader("Accept-Language", NULL, WEB_MODIFY_OPT_Remove);
WebPageUrl("http://scdown.qq.com/download/Update.htm", "Update.htm");
end TMain;
如上:
WebModifyHttpHeader("Accept-Language", NULL, WEB_MODIFY_OPT_Remove);
WebPageUrl("http://scdown.qq.com/download/Update.htm", "Update.htm");
这两句可能是出现问题所在。作者: daway 时间: 2007-7-15 11:39
怎么没人回答呀,请版主帮忙回答一下。作者: testlike 时间: 2007-7-17 17:45 标题: 参考一下 1检查注册表中的Key: HKEY_LOCAL_MACHINE | SOFTWARE | Microsoft | Windows NT | CurrentVersion | Windows | AppInit_DLLs ,其值应为:qaphooks.dll。如果在qaphooks.dll后面有逗号或者空格,必须删除逗号或空格。
2检查注册表中的Key: HKEY_CURRENT_USER | SOFTWARE | Microsoft | Windows | CurrentVersion | Explorer | BrowseNewProcess,其值应为:yes。
3检查注册表中的Key: HKEY_LOCAL_MACHINE | SOFTWARE | Microsoft | Windows | CurrentVersion | Explorer | BrowseNewProcess,其值应为:yes。
4如果修改注册表的上述项后,function还一直为0,再检查SilkPerformer的profile或proxy设置:
1)打开SilkPerformer,选择Settings | System | Recorder | Application Profiles ;
2)编辑您所使用的浏览器设置;
3)在protocol selection区内,Web的checkbox是选中的,然后选择“Web Settings”按钮;
4)确保Winsock的选项是W2_32.dll。