RagsKasthuri
3 years agoNew Contributor
Groovy jar import on SOAP UI Groovy Script
Hi everyone,
I created JAR file of my Groovy class.
The JAR file has only one class TestEvidence.groovy inside Utilities folder.
When I import the JAR file on the groovy script in SOAP UI, I'm receiving,
Unable to resolve class Utilities.TestEvidence.
In other words, in my SOAP UI groovy script, my couple of lines of code are:
import Utilities.TestEvidence
log.info "Going to call Test Evidence groovy code as I run the REST api from SOAPUI"
Any pointers why I'm unable to resolve the class Utilities.TestEvidence please?
Thanking you,
Raghavan Kasthuri