Forum Discussion
harinadha
Occasional Contributor
Hi,
Problem is, how to download and install SOAPUI programmatically. So that manual intervention can be avoided when automation suite trigger from CI tool on a remote system.
Thanks,
Hari
nmrao
9 years agoChampion Level 3
Why do you want to do so which is one time job ?
- harinadha9 years agoOccasional Contributor
As part of CICD, Would like to install tool and execute the suite on remote machine, and remote machine would be a virtual machine/Cloud Space crated over fly.
Thanks,
Hari
- KarelHusa9 years agoChampion Level 1
If you need to automate the SoapUI installation, you can make a script:
- download SoapUI ZIP archive (https://www.soapui.org/downloads/latest-release.html)
- unzip it
- set environment variables if needed
- run tests
If you need more effective and reusable solution, you can build e.g. a Docker container, configure it and use it wherever you need.
Related Content
Recent Discussions
- 15 years ago