Forum Discussion
Keacey
17 years agoContributor
Hi,
I was looking more like global variables rather than properties.
for example,
in test suite set up script i have
def a=0
i must be able to access the variable "a" from a test case script, something like perform the function
def b = a + 5
so for this i must be able to access "a" from the test case.
Please tell me how i can do this.
Thanks in advance.
KC.
I was looking more like global variables rather than properties.
for example,
in test suite set up script i have
def a=0
i must be able to access the variable "a" from a test case script, something like perform the function
def b = a + 5
so for this i must be able to access "a" from the test case.
Please tell me how i can do this.
Thanks in advance.
KC.
Related Content
- 8 years ago
- 5 years ago
- 10 years ago
- 7 years ago
Recent Discussions
- 15 years ago