Forum Discussion
ply
17 years agoOccasional Contributor
I try in soapUI 2.5 : New testCase + New groovy script +
def greet = new soapui.demo.Greet( "Ole", log )
greet.salute()
Run : every things are OK.
Do the same thing with soapUI pro 3.0.1, this fails : Class not found.
I try to modify my 3.0.1 preferences : same problem, the groovy class is not found.
def greet = new soapui.demo.Greet( "Ole", log )
greet.salute()
Run : every things are OK.
Do the same thing with soapUI pro 3.0.1, this fails : Class not found.
I try to modify my 3.0.1 preferences : same problem, the groovy class is not found.