soapui.rst
changeset 2249 efe2882b5554
child 2250 c713fb5d5c31
equal deleted inserted replaced
2248:0498f4c91fda 2249:efe2882b5554
       
     1 .. -*- coding: utf-8; -*-
       
     2 
       
     3 ========
       
     4  SoapUI
       
     5 ========
       
     6 .. contents::
       
     7    :local:
       
     8 
       
     9 Property syntax
       
    10 ===============
       
    11 
       
    12 Injecting project property::
       
    13 
       
    14   ${#Project#VAR}
       
    15 
       
    16 Assigning property from Groovy
       
    17 ==============================
       
    18 
       
    19 For project::
       
    20 
       
    21   testRunner.testCase.testSuite.project.setPropertyValue("debug", "yes");
       
    22