# HG changeset patch # User Oleksandr Gavenko # Date 1525857978 -10800 # Node ID efe2882b5554473f2f044dbe59e538b81326e12e # Parent 0498f4c91fda50cb142e1ee61b6475d0f244444f Assigning property from Groovy. diff -r 0498f4c91fda -r efe2882b5554 soapui.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/soapui.rst Wed May 09 12:26:18 2018 +0300 @@ -0,0 +1,22 @@ +.. -*- coding: utf-8; -*- + +======== + SoapUI +======== +.. contents:: + :local: + +Property syntax +=============== + +Injecting project property:: + + ${#Project#VAR} + +Assigning property from Groovy +============================== + +For project:: + + testRunner.testCase.testSuite.project.setPropertyValue("debug", "yes"); +