51Testing软件测试论坛

标题: 全局变量的问题 [打印本页]

作者: tester_sh    时间: 2005-4-19 16:32
标题: 全局变量的问题
Action 1里定义有一个参数,比如
Dim test
test=..........
现在想在Action 2中使用Action 1里定义的参数test 。 请问怎么调用???
作者: yuxingxin    时间: 2005-4-21 09:34
可以自己写一个js脚本,来保存这个变量的值;或者把这个值放在datatable的global sheet中。
作者: tester_sh    时间: 2005-4-27 16:18
标题: 仁兄
值放在datatable的global sheet中?怎么放,这是个定义的变量。
作者: sinpa    时间: 2005-4-27 16:37
标题: 这样看行不行?
你将action1的中的test1值赋给个global sheet中的某个列(比如列名 col0),然后将action1的属性改为可重用的,然后action2中调用action1,这样action2 global sheet中自动会出现过这个列,然后你就可以调用了。
将test1的值传给datatable
test1 =DataTable("col0", dtGlobalSheet)。
我建议你应该多看看操作说明手册--多想想




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