Forum Discussion
mamar
12 years agoContributor
Try running this code. If it works then the scriptom configuration has no issues. You have to tune the QC connection code.
import org.codehaus.groovy.scriptom.*
log.info 'test'
def wshell = new ActiveXObject('Wscript.Shell')
wshell.popup("This message is from Groovy")