Forum Discussion

BryanK's avatar
BryanK
New Contributor
12 years ago

Report showing Request/Response/Assertion for each REST Step

Hello,

I'm very new to SOAP UI and wanted to know how to show detailed information for each Test Step even when there are no errors. I would even be fine with showing Raw message for both request and response. I've found similar threads in this forum, but no useful responses. Can you please help?

4 Replies

  • Hello,

    Have you tried our reporting functionality? After you run a test in the testcase/testsuite level you can click the report button located at the top of the testcase/testsuite window.Please take a look at the link below for further guidance. If you have further issues please let me know.

    http://www.soapui.org/Reporting/getting ... rting.html

    Regards,
    Temil
  • BryanK's avatar
    BryanK
    New Contributor
    I did visit the section, but it does not have the information I need. I can see that Request/Response will show in customer property section of the TestStep. Can you show me how to modify the report template to show the custom properties for each TestStep?
  • BryanK's avatar
    BryanK
    New Contributor
    I couldn't figure out how to modify the report so I just ended up outputting the request/response to a file instead and creating my own report from it.