Forum Discussion

rohitvarsha12's avatar
rohitvarsha12
Contributor
8 years ago

Not able to execute SOAP UI Project from MVN

HI,

 

I am trying to execute SOAP UI Project from Maven.

 

I have followed steps mentioned here:

http://acodediary.com/soapui-maven-and-jenkins/

 

But when I execute it gives me this report:

-------------------------------------------------------------------------------
Test set: com.test.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec

 

The reason I find out was. It is executing AppTest.java instead of xml file project I have mentioned in pom.xml

 

 

Can someone please help me on thi.