Forum Discussion

gutterball's avatar
gutterball
Occasional Contributor
11 years ago

How to find and report test result from Java/JUnit

Hi

Starting to use soapUI with Junit. I can see when using SoapUITestCaseRunner.run, I get the steps, assertion and request/response if the step failed. When I switch to use Testcase.run(), how can I interpreted the result from TestRunner. The only public method I can find is the status which does not give much detail other than VALID of FAIL.

Can someone please point me to the document or java sample I can use to report the test result.

Thanks