Forum Discussion

BA_Service_Haus's avatar
BA_Service_Haus
Regular Contributor
13 years ago

[SOLVED]Enforce Response/Request Logging with testrunner.bat

Hi,

for a special test approach we use testrunner.bat to start all our testcases.
In case of an error the request and response is shown in the report.

But we also need the request and responses logged in case of a passed testcase.

Is there a possibility to enforce logging these informations regardless of the testcase state?

Best regards
Nico

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Nico,

    unfortunately not - you could perhaps add a custom SubmitFilter.afterSubmit handler that logs all request/response messages for you!?

    regards!

    /Ole
    SmartBear Software
  • BA_Service_Haus's avatar
    BA_Service_Haus
    Regular Contributor
    Hi Ole,

    now I found out that soapUI already logs the requests and responses to the defined log-folder for each teststep.
    I just have to summarize all of them now.

    Best regards
    Nico