Forum Discussion

minu_cet's avatar
minu_cet
Occasional Contributor
6 years ago

SOAPUI TestRunner

Hi,

I have a Maven JAVA autommation project through which eexecuting SOAPUI Test Cases. 

Since yesterday I found that it is hanging at TestCaseRunner step and it doesn't get any error or log any issues.

 

Attached code screenshot

 

com.eviware.soapui.model.testsuite.TestCaseRunner

Code line is 

TestCaseRunner runner = testCase.run(new PropertiesMap(), false); 

 

<dependency>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui</artifactId>
<version>5.1.0</version>
</dependency>

 

Found on debugging that WsdlTestCase.class is getting stuck.

 

No RepliesBe the first to reply