Forum Discussion

negrodamian86's avatar
negrodamian86
New Contributor
14 years ago

Exclude failed TestStep from the statistics

Hi all,

I need to load test a web service that is distributed in 4 servers, and one of them is not responding at the time, so one of four requests fail with an empty response within a few ms. This issue invalidates my avg time, that is what I need to measure.
Is there a way to only include into the time statistics the succesfull test steps?

Thanks!

2 Replies

  • RJanecek's avatar
    RJanecek
    Regular Contributor
    Hi,

    can you show how you are calculated statistics ?
  • Hi,

    I'm refering to the response times that are calculated automatically when running a load test from SoapUI (min, max, avg, last).
    If I include LoadTest assertions, the test step fails, but the response times of the failed steps are included anyway in the measures. I need to ignore the failed test steps in the calculation of those response times. Is this possible?