Forum Discussion
djangofan
13 years agoContributor
I get the exact same result. I don't have any problem at all reading Project, Suite, or TestCase properties. I just get a "null" when I try to get the Global property as documented in the documentation. I tried this, and it didn't make a difference:
import static com.eviware.soapui.SoapUI.globalProperties
def globalHostPort = com.eviware.soapui.SoapUI.globalProperties.getPropertyValue( "suite.endpoint" )
assert globalHostPort != null