Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
17 years ago

soapui 2.5.1 failing groovy teststep when using testrunner

Hello,
This is a weird one. I have a testcase where there is a groovy step like this

GlobalFunctions gb = new GlobalFunctions("Properties", "Email");
gb.VerifyUserEmail(testRunner);


If I run this testcase via the GUI testcase editor it passes without any issue.

But when i run the same testcase using testrunner I get the following error (see attachment)