Forum Discussion
M_McDonald
16 years agoSuper Contributor
Like this?
testRunner.testCase.properties.each {
log.info( "${it.value.name} = ${it.value.value}")
}