Forum Discussion

groovyrookie's avatar
groovyrookie
New Contributor
14 years ago

Displaying groovy script output in SOAPUI

HI All,

I'm new to SOAPUI and would like to know how I can view groovy script output in SOAP UI console.
I wrote a small groovy script by adding groovy script inside TestSuite -> TestCase1 -> Test Steps
I wrote foll. line

println "Hello world".

Now I would like to know where this output would get displayed ?
If I should see this output in SOAP UI, what should be done ?