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.