51Testing软件测试论坛

标题: 运行结果奇怪 [打印本页]

作者: xp20683    时间: 2006-12-20 15:59
标题: 运行结果奇怪
=r+1
msgbox cstr(r)
For i=3 to r
    pro=Browser("我的视图 - Mantis").Page("项目管理 - Mantis").WebTable("所有项目").GetCellData(i,1)
    pro=rtrim(pro)
   If strcomp(pro,"project1",1)=0 Then
       Exit for
     End If
Next
If i=r+1 Then
          reporter.ReportEvent 1,"创建项目不成功"," failed"
End If
如果存在字符串project1,但是如果第二行我写了msgbox cstr(r)运行正常,但是去掉这句话,for就会执行到结束,i=r+1,不知道为什么
作者: xp20683    时间: 2006-12-20 16:15
我知道了
作者: cat_zhang    时间: 2006-12-20 20:22
可以把原因写上来,供大家学习sdlkfj2




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