jonv
8 years agoOccasional Contributor
Test Runner bat via Octopus Deploy
I'm using Octopus Deploy to run a SOAPUI smoketest at the end of an installation. Im using Test Runner bat to start the whole process via Powershell : cmd.exe /C "C:\Program Files\SmartBear\SoapU...
- 8 years ago
SOAPUI was throwing up a UI screen about usage statistics that was preventing Octopus Deploy from continuing on running the TestRunner.bat.
The solution was :
Run Octopus Deploy tentacle manually
Execute the Octopus Deploy steps for TestRunner.bat, This displays the usage statistics screen, click OK
Start up SOAPUI, file > preferences > UI Settings, Disable usage statistics - Check. Click OK.
The long term solution will be to save the preferences file and load it into TestRunner when the test is executing, but I haven't done this yet.