Forum Discussion

ncm18's avatar
ncm18
New Contributor
4 years ago

Is there a way to measure the effectiveness of the assertions for the HTTP request?

I know that SoapUI has Assertion Coverage feature but it only works for SOAP. Is there any other way for me to check the coverage of my assertions on the HTTP request?

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Assertions aren't limited to Soap requests. One can use it for any request step type.
    Have you tried it?
    • ncm18's avatar
      ncm18
      New Contributor

      Yes. I've tried it. What I'm telling is that I want to see how much my assertions cover the message. The current Assertion Coverage feature is only applicable to SOAP requests.

      • nmrao's avatar
        nmrao
        Champion Level 3
        You mean to say ReadyAPI?
        I don't think Assertion Coverage available for SoapUI.

        By the way, you can add any number of assertions which you necessary to verify the correctness of the response such as HTTP status, and Data verification.