标题: 运行时条件语句不起作用? [打印本页] 作者: xlluo 时间: 2009-4-13 14:07 标题: 运行时条件语句不起作用? 在脚本中加入条件判断,可是在执行脚本时,QTP还是逐行执行,出错。请问是否是我脚本的问题。脚本贴如下:
if Browser("用户登录").Dialog("Microsoft Internet Explorer").Static("计划项目名称为[资金预算-业务及管理费-管理部门-职工工资]").Exist then
'Browser("用户登录").Dialog("Microsoft Internet Explorer").Static("计划项目名称为[资金预算-业务及管理费-管理部门-职工工资]").Check CheckPoint("计划金额大于对应的预算金额余额")
Browser("用户登录").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
Browser("用户登录").Page("集团资金管理系统").Frame("content_2").WebEdit("amount").Set DataTable("amount_input", dtLocalSheet)
Browser("用户登录").Page("集团资金管理系统").Frame("content_2").WebButton("保 存").Click
Browser("用户登录").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
Browser("用户登录").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
Browser("用户登录").Page("集团资金管理系统").Frame("content_3").WebButton("提 交").Click
Browser("用户登录").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
else
Browser("用户登录").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
Browser("用户登录").Page("集团资金管理系统").Frame("content_3").WebButton("提 交").Click
Browser("用户登录").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
end if