Forum Discussion

koolvamshi's avatar
koolvamshi
Occasional Contributor
13 years ago

How to test the body content using SOAP UI

Hi All,

I am a new to use in SOAP UI. Can you please tell us how to check the "Body content" using SOAP UI????

Thanks,
VAms

1 Reply

  • koolvamshi's avatar
    koolvamshi
    Occasional Contributor
    You can check with the below assertion script

    assert messageExchange.getResponse().getContentLength() == 0;