mbennison85
6 years agoOccasional Contributor
WsdlTestCaseRunner null pointer exception version 2.7.0
The following Script worked fine in 2.6.0 but since upgrading to 2.7.0
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context );
def testCase = testRunner.testCase;
def testS...
- 6 years ago
The fix i got from Smartbear was
testRunner = new com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner(testCase, new com.eviware.soapui.support.types.StringToObjectMap())
A bug has been raised with them and will be fixed in a future release