Forum Discussion
PaulDonny
12 years agoRegular Contributor
With SoapUI there is TearDown/Save scripts which are located at the bottom of the screen that will run when the TestCase/TestSuite/Project has finished running (depending on where you put the script). This will allow you to perform tasks like logging after the script(s) have completed. This should be where logging is performed typically. I do recommend setting up a project level property that will enable or disable logging in order to make it easier to control though.