Liberty_Informa
12 years agoRegular Contributor
soapUI settings through script
In order to have uniform settings on developer machines we enforce many best practices through groovy script through project load script. This is to ensure that even though developer manually changed preferences, they are again reverted back to standard settings. Few of them are like socket time-out, default request response editor, closing all projects on start-up etc.
We have code something like this in the project load script:
We have this piece of code in all soapUI projects. Is there any better way to have this at one place rather than in all project load script?
We have code something like this in the project load script:
SoapUI.settings.setString( UISettings.CLOSE_PROJECTS , "true" )
We have this piece of code in all soapUI projects. Is there any better way to have this at one place rather than in all project load script?