Forum Discussion
12 years ago
If that is the case then why when I run this script directly in SoapUI:
import groovy.lang.GroovySystem
throw new Exception(GroovySystem.getVersion())
I get:
java.lang.Exception: 2.1.7
...
but when I use the SoapUI runner to run the test with that script I get this:
java.lang.Exception: 1.8.0
...
?
import groovy.lang.GroovySystem
throw new Exception(GroovySystem.getVersion())
I get:
java.lang.Exception: 2.1.7
...
but when I use the SoapUI runner to run the test with that script I get this:
java.lang.Exception: 1.8.0
...
?