51Testing软件测试论坛
标题:
action可以像函数一样返回值吗?
[打印本页]
作者:
urral
时间:
2006-7-6 09:59
标题:
action可以像函数一样返回值吗?
请教各位大侠:
如果让action1返回一个值,在action2里面引用,这样可行吗?应该怎么做呢?
作者:
xiaonan
时间:
2006-7-6 10:11
可以,但是要在action1设置个output参数,然后把值通过这个参数传出来,然后在action2设置个input参数,把值通过这个参数传进去
作者:
urral
时间:
2006-7-6 10:55
哦,谢谢!语句应该怎么写呢?
比如action1:
ip =InputBox("please input ip address:")
我想在action2里面直接引用ip,用语句怎么完成。谢谢先
作者:
fish_yy
时间:
2006-7-6 12:40
就是变量的作用域问题啊!设成全局变量不就行了!
作者:
xiaonan
时间:
2006-7-6 12:55
http://bbs.51testing.com/viewthr ... &extra=page%3D8
当然也可以直接设个环境变量就行了
作者:
newguyt
时间:
2006-7-6 17:39
路过,学习一下。谢谢!!
作者:
bluelight
时间:
2006-7-7 14:57
en ,action can return value as function do using : ExitAction(returnValue).
And you can get the return-value when calling the action : result = RunAction(........)
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2