51Testing软件测试论坛

标题: 如何获得ACTION返回值 [打印本页]

作者: 大漠行者    时间: 2005-11-30 17:35
标题: 如何获得ACTION返回值
请教各位Action1调用Action2
在Action2中有:ExitAction(1)
那么我在Action1中如何取得这个返回值呢?
作者: 海龙    时间: 2005-11-30 21:47
' Action "CheckForm"

FormVersion = RunAction("GetFormVersion", oneIteration)

If FormVersion = 2 Then

       Call RunAction("CheckOldForm", oneIteration)

Else        

       Call RunAction("CheckNewForm", oneIteration)

End If

' Action "GetFormVersion"

If IsNewForm Then

       ExitAction(2)

Else

       ExitAction(1)

End If
作者: 大漠行者    时间: 2005-12-1 13:05
OK!! THANKS!!
作者: sendy    时间: 2005-12-5 17:01
嗯,顶一下,又学到了点东西!嘿嘿!




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