How to terminate coded load test?

I am running coded load test and can find from the responce that one of web tests failed. It means that all other requests in that test will fail as well and should not be submitted.

How to terminate that web test(not the whole load test) without the sending all enumerated requests

Thanks,

Gregory



Answer this question

How to terminate coded load test?

  • DavidBB

    Thanks...

    I forgot that base class is documented...

    Gregory


  • Greazy

    You can call the Stop() method on the WebTest object.
  • How to terminate coded load test?