Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
So if you get the project path using,
def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context)
def projectroot = groovyUtils.projectPath
So you can construct URL using,
def url = projectroot +"\\attachments"
This should work.
Thanks,
Jeshtha
So if you get the project path using,
def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context)
def projectroot = groovyUtils.projectPath
So you can construct URL using,
def url = projectroot +"\\attachments"
This should work.
Thanks,
Jeshtha