51Testing软件测试论坛

标题: 登陆判断 [打印本页]

作者: yanjunli85    时间: 2012-6-14 15:41
标题: 登陆判断
Dim istatus,i,j

Browser("博思档案管理信息系统").Page("博思档案管理信息系统").WebEdit("id").Set DataTable("username", dtLocalSheet)
Browser("博思档案管理信息系统").Page("博思档案管理信息系统").WebEdit("pswd").SetSecure DataTable("password", dtLocalSheet)
Browser("博思档案管理信息系统").Page("博思档案管理信息系统").Link("登    录").Click
istatus=DataTable("status", dtLocalSheet)

MsgBox  istatus
If istatus = ""  Then
Browser("博思档案管理信息系统").Page("博思档案管理信息系统").Sync
'Browser("博思档案管理信息系统").Close
End If


If  istatus = "test"    Then
Msgbox  istatus
Browser("博思档案管理信息系统").Page("博思档案管理信息系统").Sync


     'Reporter.ReportEvent micFail, "登陆", "登陆失败."
  
End If

istatus满足条件为什么会进不到第二个IF条件中,有经验者看到此篇日志能给我答复




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2