Forum Discussion
RJanecek
14 years agoRegular Contributor
Hi,
maybe this example helps you. I am testing here response header:
maybe this example helps you. I am testing here response header:
def header = context.currentStep.getHttpRequest().getResponse().properties["responseHeaders"]
assert header["#status#"].toString().contains("405 Method Not Allowed")