desc.HTTPResponseStatusCodeShouldBeEqualTo.txt Maven / Gradle / Ivy
Fails if the response status code of the request is not equal to the status code specified.
Example:
| New HTTP Session | |
| Create HTTP Get Request | http://www.google.com |
| Invoke HTTP Request | |
| HTTP Response Status Code Should Be Equal To | 200 |