Forum Discussion
dcomte
15 years agoNew Contributor
Never mind...
changing "def ts = testSuite" to "def ts = context.getTestSuite()" solved the problem.
but as both are the same object instance, I don't understand the error.
gives the same result :
changing "def ts = testSuite" to "def ts = context.getTestSuite()" solved the problem.
but as both are the same object instance, I don't understand the error.
log.info "testSuite=" + testSuite
log.info "context.getTestSuite=" + context.getTestSuite()
gives the same result :
INFO:testSuite=com.eviware.soapui.impl.wsdl.WsdlTestSuite@1673d71
INFO:context.getTestSuite=com.eviware.soapui.impl.wsdl.WsdlTestSuite@1673d71