Forum Discussion

anallagundla's avatar
anallagundla
Contributor
14 years ago

Table log should display Request/Response for SOAPUI test

Hi

When we connect the soapUI runner to table log. It should show req/resp the test is failing for. Right now table log just shows the assertions on which soapui tests are failing.

Thanks
- A
  • I second this. I dont find request/response/failure information anywhere. To achieve that now I have to set properties for input and response for each of my test case, and also have to set property transfer. Not only this is repeatative and tedious, it also impacts performance numbers (as property transfer takes around 2-3ms).
  • Hi!

    You will be able to do this in loadUI 2.0 (the first beta planned in 10 days), by doing this:


    1. Make the soapUI TestCase save the relevant requests/responses as TestCase Properties.

    2. Connect the Runner to a Condition component, set to status==false.


    3. This will include all response/requests in the wire messages and will route the failed messages one way (allowing you to connect e.g. a Table Log there), and the successful ones another.



      Regards

      Henrik
      SmartBear Software
  • Instead of that, have you guys considered having this logging done automatically, and may be let users set a flag to turn it on/off? Otherwise when we deal with lots of service calls (soaui runners) in a test case, we have to do this step for every single one of them.