import com.eviware.soapui.SoapUI import com.eviware.soapui.settings.HttpSettings import com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus // get the settings def settings = SoapUI.getSettings(); // save the possible previous timeout de…
1. Property Expansion in soapUI SoapUI provides a common syntax to dynamically insert ("expand") property values during processing. The syntax is as follows: ${[scope]propertyName[#xpath-expression]} where scope can be one of the following liter…