如何在reporter里面写一个变量
这是我的脚本:For i=0 to 3
Browser("****").Page("****").Link("修改信息").Click
Browser("****").Page("****").WebEdit("orderwebUser.userEmail").Set arr_Email(i)
If Browser("****").Page("****").WebElement("请输入有效的E_mail!").Exist(2)Then
Reporter.ReportEvent micPass,"邮箱校验","出现提示信息‘请输入有效的E_mail!’"
End If
我给邮箱输入框的输入值,写了一个数组。当邮箱地址有错误的情况,会reporter。我想在reporter里面写入一个变量,看是执行到第几次出现的错误。这个要怎么写?求赐教! 语法为Reporter.ReportEvent EventStatus, ReportStepName, Details [, in]
把变量直接放到最后行不行,试试
jingzizx 发表于 2015-10-28 11:34
语法为Reporter.ReportEvent EventStatus, ReportStepName, Details [, in]
把变量直接放到最后行不行,试 ...
多谢,我先试试,成功了就告诉你
页:
[1]