GET http://localhost:8000/assert-status-code
HTTP/1.0 201
# simply check that the status code is not 200# do not run implicit assert of http response version and codeGET http://localhost:8000/assert-status-code
HTTP/* *[Asserts]status not equals 200
# simply check that the status code is OKGET http://localhost:8000/assert-status-code
HTTP/* *[Asserts]status greaterThanOrEquals 200status lessThan 300