Forum Discussion
Thanks for the explanation and the reasoning behind it. We understand and are willing to take that risk.
But, as I had described, we have already been that far, i.e. we had found the checkbox you described (and unchecked it).
Only, on my colleagues machine the load scripts are not executed automatically even though he has unchecked that checkbox.
And what's puzzling me most: how is it possible that only he gets said warning, while I myself am not getting anything like that (although we run the very same version of SOAPUI)?
... but as you write in your other post: we probably won't get an answer from SmartBear on that.
Thanks again for responding!
In case the Load script isn't executed even if you uncheck the "Disable the Load and Save Scripts" option, there can be other things which prevent the execution:
- an antivirus or other blocker on the operating system level
- another settings in SoapUI (or else) which is different to yours
I would recommend to debug the issue. You can make a sample project and put inside a simple Load script, e.g.:
log.info "Project LOAD script! " + new Date().format("yyyy-MM-dd:HH:mm:SS")
If you close and open the project, check if the message is in the "script log". What happens if you run the script manually?
K.
Related Content
Recent Discussions
- 20 hours ago