I trt below very simple groovy script println "Hello World" and i get error "Script returned null". Screenshot uploaded. Also I am very new to webservices Testing. I want to automate the Webser...
If you use log.info it should not give that message. Groovy is not seeing any sort of output from your script and no variable declarations so it assumes that it returned null.