paulie
11 years agoOccasional Contributor
getLogArea for TestCase Log
Is there a way to get the logArea of the TestCase Log i.e. the equivalent to
This doesn't work for me
Thanks
def logArea = com.eviware.soapui.SoapUI.logMonitor.getLogArea( "script log" )
This doesn't work for me
def logArea = com.eviware.soapui.SoapUI.logMonitor.getLogArea( "TestCase Log" )
Thanks