I am not able to get output of remote shell script from groovy script in soapui
for an example I have added below dummy code in shell file auto.sh - CURRENTDATEONLY=`date +"%b %d, %Y"` echo Current Date is: ${CURRENTDATEONLY} sleep 2 and calling above shell script auto.sh...