以下语句指示 QuickTest 选中 Itinerary 网页上的所有复选框: Set MyDescrīption = Descrīption.Create() MyDescrīption("html tag").Value = "INPUT" MyDescrīption("type").Value = "checkbox" Set Checkboxes = Browser("Itinerary").Page("Itinerary").ChildObjects(MyDescrīption) NoOfChildObjs = Checkboxes.Count For Counter=0 to NoOfChildObjs-1 Checkboxes(Counter).Set "ON" Next |
Browser("智能变电巡检仪系统 4.0").Page("智能变电巡检仪系统 4.0").WebEdit("txtLoginName").Set "吕巍" Browser("智能变电巡检仪系统 4.0").Page("智能变电巡检仪系统 4.0").WebButton("登 录").set "" Browser("智能变电巡检仪系统 4.0").Page("Page").Syn Browser("智能变电巡检仪系统 4.0").Close |
Browser("智能变电巡检仪系统 4.0").Page("智能变电巡检仪系统 4.0").WebEdit("txtLoginName").Set "xx" Browser("智能变电巡检仪系统 4.0").Page("智能变电巡检仪系统 4.0").WebButton("登 录").set "" |
username password status 吕x xxx xxxx 该用户不存在 |
Dim iStatus Browser("智能变电巡检仪系统 4.0").Page("智能变电巡检仪系统 4.0").WebEdit("txtLoginName").Set DataTable("username", dtLocalSheet) Browser("智能变电巡检仪系统 4.0").Page("智能变电巡检仪系统 4.0").WebButton("登 录").set DataTable("password", dtLocalSheet) iStatus = DataTable("status", dtLocalSheet) If iStatus="" Then Browser("智能变电巡检仪系统 4.0").Close End If If iStatus="该用户不存在" Then Reporter.ReportEvent micFail, "登陆", "登陆失败." End If Browser("智能变电巡检仪系统 4.0").Close |
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |