Forum Discussion

tclotworthy's avatar
tclotworthy
Contributor
9 years ago

Reporting or Logging Options

Hello,

I am wondering what are logging or (better yet) reporting options for capturing test execution and evaluation. The default log output while nomilly useful, isn't particularly useful for interpreting results. For instance:

Screen Shot 2016-01-11 at 9.08.34 AM.png

is ok, but also needed is summary information at the test case level, comparative information across multiple executions of the same test case, etc. Thanks for any response!

 

1 Reply

  • rupert_anderson's avatar
    rupert_anderson
    Valued Contributor

    Hi,

     

    I take it you've seen the test runner based reports like JUnit style etc? If not see the options on http://www.soapui.org/test-automation/running-functional-tests.html

     

    Other than that, the ever present Groovy option is there to allow creation of custom reports. For example in the Tear Down script for a TestSuite you can iterate over the TestCase results from runner.results and potentially dump the results to file in a fomat of your choosing? Along these lines have you seen points 8.1/8.2 of http://www.soapui.org/scripting-properties/tips-tricks.html ? Is this the kind of thing you want?

     

    I beleive the SoapUI NG version has more reporting options out-of-the-box based around Japser reports, or at least SoapUI pro used to.

     

    Cheers,

    Rupert