Assigning property from Groovy.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 May 2018 12:26:18 +0300
changeset 2249 efe2882b5554
parent 2248 0498f4c91fda
child 2250 c713fb5d5c31
Assigning property from Groovy.
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");
+