Forum Discussion
SmartBear_Suppo
Alumni
11 years agoHi,
Please see the following link for getting and setting properties. You can use some Groovy to do this across projects.
http://www.soapui.org/Scripting-Propert ... ricks.html
Regards,
Marcus
SmartBear Support
Please see the following link for getting and setting properties. You can use some Groovy to do this across projects.
import com.eviware.soapui.SoapUI
def projectProperty = SoapUI.getWorkspace().getProjectByName("My project").getPropertyValue("My project property")
log.info projectProperty
http://www.soapui.org/Scripting-Propert ... ricks.html
Regards,
Marcus
SmartBear Support