Forum Discussion
djangofan
12 years agoContributor
Ok, I figured it out from here, in section 1.1 :
http://www.soapui.org/Scripting-Properties/tips-a-tricks.html
The code:
http://www.soapui.org/Scripting-Properties/tips-a-tricks.html
The code:
def globalProperty = com.eviware.soapui.SoapUI.globalProperties.getPropertyValue( "gHost" )
println "gHost using eviware: " + globalProperty
def projectProperty = testRunner.testCase.testSuite.project.getPropertyValue( "pHost" )
println "pHost using eviware: " + projectProperty