Forum Discussion
- ElvorinContributorI 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:- Make the soapUI TestCase save the relevant requests/responses as TestCase Properties.
- Connect the Runner to a Condition component, set to status==false.
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 - ElvorinContributorInstead 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.