Forum Discussion

aldana's avatar
aldana
Occasional Contributor
16 years ago

Direct assertion support for HTTP Status

Hi, is there a built in way to assert that the response has a certain HTTP status. Currently I am work-around it by using groovy-script assertion (e.g.): === assert messageExchange.responseSta...