How to set Authorization header in all SoapUI test cases via Script

To set the Authorization header in each test case of a testSuite, we run the script below.import com.eviware.soapui.impl.wsdl.teststeps.*import com.eviware.soapui.support.types.*;StringToStringMap headers = new StringToStringMap();StringToStringMap headersForSuper = new StringToStringMap(); String userPass...