MsBuild execution of SoapUI testrunner
I have just been writing an msbuild runner to wrap testrunner for soapUI. Here it is. There are a couple of techniques to note: stacking the args for the commandline in an ItemGroup (see thanks below) don’t forget to Html Escape quots when invoking command line ie &quot I also dependency check for each And [...]
Tagged msbuild, soapui, UnitTesting