Forum Discussion

mbennison85's avatar
mbennison85
Occasional Contributor
5 years ago
Solved

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...
  • mbennison85's avatar
    mbennison85
    5 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