Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
yes.. it looks like you need to surround the statements with curly braces, ie
for( r in testRunner.results )
{
testRunner.testCase.setPropertyValue(r.testStep.name, r.status)
log.info "TestStep [" + r.testStep.name + "] " + r.status
}
regards,
/Ole
SmartBear Software
yes.. it looks like you need to surround the statements with curly braces, ie
for( r in testRunner.results )
{
testRunner.testCase.setPropertyValue(r.testStep.name, r.status)
log.info "TestStep [" + r.testStep.name + "] " + r.status
}
regards,
/Ole
SmartBear Software