Padmajakosana
2 years agoNew Contributor
REceiving Groovy Runtime Exception Error
groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.io.File# . Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [class java.lang.String] [class java.net.URI] error at line: 5
Line 5:
def InputFile=new File(com.eviware.soapui.SoapUI.globalProperties.getPropertyValue("GLB_Input_Data_Path" ))