zhaoj66
14 years agoNew Contributor
Three simple questions - as entry level
I use SoapUI version. Some problems I meet.
1> log
I designed two steps in test case. Everyone is groovy script. In each groovy script, when running, in 'log output', I can see log info. But if I run as test case, in 'testcase log', I can't see any log info I print out in the groovy script. I use 'log.info' in groovy script. Why?
2> testCaseResult, teststepResult
When you create groovy script, the variable you can use is context, messageexchange, testrunner, log. How to visit object testcaseResult or teststepresult. Any code example?
3> javadoc
Anywhere, can I get the updated javadoc for soapui API?
Thank you very much, for your answers.
1> log
I designed two steps in test case. Everyone is groovy script. In each groovy script, when running, in 'log output', I can see log info. But if I run as test case, in 'testcase log', I can't see any log info I print out in the groovy script. I use 'log.info' in groovy script. Why?
2> testCaseResult, teststepResult
When you create groovy script, the variable you can use is context, messageexchange, testrunner, log. How to visit object testcaseResult or teststepresult. Any code example?
3> javadoc
Anywhere, can I get the updated javadoc for soapui API?
Thank you very much, for your answers.