Run soapUI Via Command Line or Maven on Continuous Build
I'm currently looking into automating the soapUI tests in a project written in Java and I am in two minds of whether the CI should us the Maven plug-in or run it via command line. I'm tempted to go do...
Thanks for the replies I took your advice and went down the Maven route, does seem a lot easier to setup than installing soapUI on the various build servers.