alibaba82Super Contributor18 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 Contributor18 years agoHi Ali,trydef scriptLibrary = com.eviware.soapui.SoapUI.settings.getString( "Script Library", null )...works ok?regards,/Oleeviware.comalibaba82Super Contributor18 years agoworks like a charm.
omatzuraSuper Contributor18 years agoHi Ali,trydef scriptLibrary = com.eviware.soapui.SoapUI.settings.getString( "Script Library", null )...works ok?regards,/Oleeviware.com
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentGroovy script libraryGetting error with dynamic extractions in Groovy scriptAs of v3.60.0 preloading groovy file from script library breaks cross referencing