Forum Discussion

CXin's avatar
CXin
Frequent Contributor
15 years ago

How to integrate soapUI with Hudson?

I'd like to integrate soapUI with Hudson and run the soapUI cases via Hudson.

Could anyone please give me a guide line?

I was trying to run soapUI tests in JUnit. however I don't how to do it since my soapUI project is composite project (if it's not composite project, it is fine)

Any reply is appreciated!

Thanks for your help,
Cindy
  • Hi Cindy!

    Running soapUI tests under Hudson is pretty straight-forward (I think we even demo:d it in our last live Q&A session);
    - Create a "Build a free-style software project" job in Hudson
    - Specify the "Execute Windows Batch command" Build step and set up a command-line invocation of the soapUI testrunner.bat file (which must be installed on the Hudson machine), including the soapUI project file (or folder if you are running pro and using a composite project)

    Does that help?

    regards!

    /Ole
    eviware.com