Forum Discussion
SmartBear_Suppo
Alumni
11 years agoHi,
Try this,
Thanks,
Jeshtha
Try this,
def globalProperty = com.eviware.soapui.SoapUI.globalProperties.getPropertyNames()
for (prop in globalProperty){
log.info prop
}
Thanks,
Jeshtha