Forum Discussion
nmrao
Champion Level 3
Not sure what the problem here to install on remote machine?
There are different type of installers available. One of them is zip file where you just need to unzip, and you are done.
There are different type of installers available. One of them is zip file where you just need to unzip, and you are done.
harinadha
9 years agoOccasional 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
- nmrao9 years agoChampion Level 3Why 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
- 2 days ago
- 5 days ago