Forum Discussion
autoscout24
16 years agoContributor
Hi Ole,
I tried the following as u said
I still have the problem, when i restart the SOAP UI. (If i am not restarting its working fine)
Steps to reproduce problem:-
1. Start the Soap UI pro with the default setting.
2. Run the above script in the Load script area
3. Restart the SOAPUI pro
4. Run the test again
I tried the following as u said
def scriptLibrary = context.expand( '${projectDir}')+"\\scripts";
log.info (scriptLibrary);
com.eviware.soapui.SoapUI.settings.setString( "Script Library", scriptLibrary);
I still have the problem, when i restart the SOAP UI. (If i am not restarting its working fine)
Steps to reproduce problem:-
1. Start the Soap UI pro with the default setting.
2. Run the above script in the Load script area
3. Restart the SOAPUI pro
4. Run the test again