Create/change variables from test script

Please try this link

Example for using:

TC1:

import internal.GlobalVariable

GlobalVariable.var1 = 'sample value'

TC2:

import internal.GlobalVariable

println GlobalVariable.var1

1 Like