Hi,
Running soapUI tests from Hudson is straight-forward:
1) Install Hudson and soapUI Pro on the same machine
2) Create a "free-style software project" in Hudson
3) Add a "Execute Windows batch command" Build Step to the Job and set its content to run the soapUI Pro command-line runner as desired, for example "C:\Program Files (x86)\SmartBear\soapUI-Pro-4.0.2-SNAPSHOT\bin\testrunner.bat" my-soapui-project.xml
- here my-soapui-project.xml was retrieved from an SVN repository and is thus in the working directory
4) Set up scheduling for the job under the "Build Triggers" section
that's it! Good luck!
regards,
/Ole
SmartBear Software