ContributionsMost RecentMost LikesSolutionsRe: SoapUIExtensions issue Thanks for your reply. I'll try to describe it better . I have downloaded SoapUIExtnesions library and installed the files like below: %SOAPUI_HOME%/bin/listeners %SOAPUI_HOME%/bin/scripts %SOAPUI_HOME%/ext/SoapUIExtListeners.jar SOAPUI_HOME environment variable has been set up so everything was done according to the readme. Starting with your default scripts I would expect to see the "log.info" messages in the SoapUI/script log but it's not a case. I've been trying to test with the following TestCaseBeforeRun.groovy: log.info 'In before test case run' testCase.setPropertyValue('MyTest','admin') Unfortunately MyTest property is not being set and if I'm not wrong I should be able to see it on a test case level. Thanks. SoapUIExtensions issue Hi, I've seen 2 or 3 topics about SoapUIExtensions but none solved my problem. I've been able to successfully load the necessary files in SoapUI but while running a test case I don't even get any entries in SoapUI script log tab, denoting any groovy script was executed. Is there anything else I should do apart from the actions described in the README file? Thanks for any hint.