GTaylor
12 years agoOccasional Contributor
"afterSubmit" Listener doesn't work from command-line
I have a test suite that relies on a test request that returns CDATA int the response. As per the soapui pro tutorials, I added a groovy script at the project level "SubmitListenter.afterSubmit" to remove the CDATA reference in the response. I coded all the way through the test suite with this working, but now that I want to kick off my tests from the command-line, it seems that the script is being ignored. I looked through the command-line options and nothing jumps out at me as being the option I need. Does anyone have any advice?