Forum Discussion

InventoryLocato's avatar
InventoryLocato
Contributor
13 years ago

Hudson Integration

I saw this on the website:
http://www.soapui.org/soapUI-News/meet- ... rence.html

Why isn't there a tutorial for this? The documentation is poor and I have followed these tutorials:
http://blog.karit.geek.nz/2009/08/using ... rt-of.html
http://technology.amis.nl/blog/7408/aut ... and-soapui
http://www.sdn.sap.com/irj/scn/weblogs? ... /wlg/22420

Our budget is too tight for us to attend the conference. Can someone please help me out? Maven is up to 3.x and SoapUI has been updated that these tutorials are outdated.

Will there be any documentation related from the conference?

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    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
  • kamahade's avatar
    kamahade
    Regular Contributor
    During your execution, if you want to supply some Runtime properties, use option -P .. when you want to supply multiple properties use -Pprop=value,-Pprop2=value2.