51Testing软件测试论坛

标题: 我想问这段脚本里为什么老是提示没有then [打印本页]

作者: mallybel    时间: 2011-10-8 09:46
标题: 我想问这段脚本里为什么老是提示没有then
If  JavaEdit("attached text:=注册号:"),getroproperty("enabled")=1 Then
                JavaToolbar("attached text:=密码:").Press "确定"
                JavaDialog("tagname:=确认信息").JavaButton("attached text:=是").Click
                Set objFile = objFSO.OpenTextFile(LogFile,ForAppending)
                intoFile="中断"
                objFile.WriteLine Now  & " " & intoFile
                objFile.Close
        End If

错误内容
The test run cannot continue due to a syntax error.

缺少 'Then'

Line (1): "If  JavaEdit("attached text:=注册号:"),getroproperty("enabled")=1 Then".
作者: shanfeng1419    时间: 2011-10-8 09:48
If  JavaEdit("attached text:=注册号:").getroproperty("enabled")=1 Then
应该是.getroproperty
作者: mallybel    时间: 2011-10-8 09:49
尴尬,贴出来后才看到一个逗号
作者: wangyanzhao    时间: 2011-10-10 13:54
已经提示是第一行




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