alibaba82Super Contributor17 years agohow to extract groovy script library pathhello,I am trying to do something like this in my project load script.project.setPropertyValue( "script library", )how can I get the script library location via groovy.thanksAli
2 RepliesReplies sorted by Most LikedomatzuraSuper Contributor17 years agoHi Ali,trydef scriptLibrary = com.eviware.soapui.SoapUI.settings.getString( "Script Library", null )...works ok?regards,/Oleeviware.comalibaba82Super Contributor17 years agoworks like a charm.
omatzuraSuper Contributor17 years agoHi Ali,trydef scriptLibrary = com.eviware.soapui.SoapUI.settings.getString( "Script Library", null )...works ok?regards,/Oleeviware.com
Recent DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentGroovy script libraryGetting error with dynamic extractions in Groovy scriptAs of v3.60.0 preloading groovy file from script library breaks cross referencing