Keacey
17 years agoContributor
global variables between suite and test case
Hi,
i want to declare some groovy variables at the beginning of the suite (suite set up script) and update these values at the end of every test case (test case tear down) and then finally use these variables at the end of test suite (suite tear down).
How can i do this? Since, when i an declaring a variable in suite set up script, i can only access it with it the same script.
Thanks in advance.
KC.
i want to declare some groovy variables at the beginning of the suite (suite set up script) and update these values at the end of every test case (test case tear down) and then finally use these variables at the end of test suite (suite tear down).
How can i do this? Since, when i an declaring a variable in suite set up script, i can only access it with it the same script.
Thanks in advance.
KC.