Forum Discussion
omatzura
18 years agoSuper Contributor
Hi,
hm.. you could try something like
regards,
/Ole
eviware.com
hm.. you could try something like
def props = new com.eviware.soapui.support.types.StringToObjectMap()
for( tc in testSuite.testCaseList )
{
if( !tc.disabled )
{
log.info( "Running testcase: $tc.name" )
tc.run( props, false )
}
}
regards,
/Ole
eviware.com