Forum Discussion
nmrao
13 years agoCommunity Hero
You are free to set any environment variable and access it in groovy script. For eg:
def env = System.getenv()
def soapuiHome = env['SOAPUI_HOME']