Forum Discussion

Konda_R's avatar
Konda_R
Occasional Contributor
15 years ago

How to run soapUI test suites from Hudson continuous integration tool

Hi,

Could you please tell me how to integrate  soapUI test suites into Hudson continuous integration tool so that the test cases run daily as part of build process?

Warm Regards,
Kondareddy

2 Replies

  • wdowling's avatar
    wdowling
    Occasional Contributor
    You need to have the project able to be built under maven.

    There are basic instructions here http://www.soapui.org/plugin/maven2/index.html

    We have it set-up so that the SoapUI project is stored under SVN, with all test data located in sub dir's of the checkout and referenced using relative paths.

    We have a pom.xml at the top level of the repository that defines the target as verify and the upstream job for the successful build and deploy of the system triggers this job
  • Xanxir's avatar
    Xanxir
    New Contributor
    I think that getting the SOAP ui tests runnable by Hudson is only half the battle. By having Maven run the tests, it's actually the easy part of the battle. Having Hudson interpret those results and report on them. Now, that's the hard part. Any suggestions?