Forum Discussion
deepesh_jain
15 years agoFrequent Contributor
Hi,
To answer your first question, the reason you don't see the output from your script in "test case" is because the test case consists of different test steps and it will give output of the result of these test steps i.e. whether the test step passed or fail. To see detailed log, of everything that is run, look at the script log at the bottom of the screen which would contain info on what you are looking for.
2. I am not sure, what exactly you are trying to do here, please elaborate.
3. soapui api docs are available here:
http://www.soapui.org/apidocs/
and groovy api docs are here:
http://groovy.codehaus.org/api/index.html
Let me know if this helps.
Regards,
Deepesh Jain
To answer your first question, the reason you don't see the output from your script in "test case" is because the test case consists of different test steps and it will give output of the result of these test steps i.e. whether the test step passed or fail. To see detailed log, of everything that is run, look at the script log at the bottom of the screen which would contain info on what you are looking for.
2. I am not sure, what exactly you are trying to do here, please elaborate.
3. soapui api docs are available here:
http://www.soapui.org/apidocs/
and groovy api docs are here:
http://groovy.codehaus.org/api/index.html
Let me know if this helps.
Regards,
Deepesh Jain