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 DiscussionsReadyAPI "java.lang.OutOfMemoryError"SolvedNested LoopsBug in LoadTest context.RunCount / TotalRunCount
Related ContentGroovy script libraryGetting error with dynamic extractions in Groovy scriptAs of v3.60.0 preloading groovy file from script library breaks cross referencing