Solved
Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHello,
yes - you can use
com.eviware.soapui.SoapUI.logMonitor.getLogArea("script log").clear()
Regards,
Vladimir
SmartBear Software
yes - you can use
com.eviware.soapui.SoapUI.logMonitor.getLogArea("script log").clear()
Regards,
Vladimir
SmartBear Software
PramodYadav
8 years agoContributor
Note that below command only works if you run your tests from " Test case" or the " Test Steps group" -> just below test case name".
If you try to run below from a stand alone groovy step, this will not clear the log. Be aware! Had us wondering for few days.
com.eviware.soapui.SoapUI.logMonitor.getLogArea("script log").clear()