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); 这句话应该报错。欢迎大家来分析一下 你连页面请求都没有,让检查点函数干嘛呢。。
在你的x=atoi(lr_eval_string("{test_Count}"));前面加个页面请求就好了
页:
[1]