51Testing软件测试论坛
标题:
LoadRunner的 web_reg_find使用
[打印本页]
作者:
pinglr
时间:
2009-12-30 11:17
标题:
LoadRunner的 web_reg_find使用
部分脚本如下
Int x=10;
web_reg_find("Text=中国",
LAST);
web_reg_find("Text=中国",
"SaveCount=test_Count",
LAST);
x=atoi(lr_eval_string("{test_Count}"));
lr_out_message("test is %d",x);
运行正常,可输入结果怎么会是0。实在想不通0表示没有找到"中国"这个检查点,如果是没有找到的话,web_reg_find("Text=中国", LAST); 这句话应该报错。欢迎大家来分析一下
作者:
云层
时间:
2009-12-30 12:41
你连页面请求都没有,让检查点函数干嘛呢。。
在你的x=atoi(lr_eval_string("{test_Count}"));前面加个页面请求就好了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2