Forum Discussion
Finan
14 years agoFrequent Contributor
I changed the script into the following:
But this doesn't return anything:(
import com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner
int count = testSuite.getTestCaseCount()
for(i = 0; i < count; i++)
{
testCase = testSuite.getTestCaseAt(i)
testRunner = new MockTestRunner(testCase)
for (result in testRunner.getResults())
{
log.info result.getStatus()
}
}
But this doesn't return anything:(
Related Content
Recent Discussions
- 6 days ago