soapui.rst
changeset 2249 efe2882b5554
child 2250 c713fb5d5c31
--- /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");
+