All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.HTTPResponseShouldBeXml.txt Maven / Gradle / Ivy

The newest version!
Fail if the value of the HTTP Response is not in XML format.

Example:
| New HTTP Session                  |                                                                                    |
| Create HTTP Get Request           | http://api.wunderground.com/api/78aa96563b9ec435/conditions/q/CA/San_Francisco.xml |
| Invoke HTTP Request               |                                                                                    |
| Response Status Code Should Be OK |                                                                                    |
| HTTP Response Should Be XML       |                                                                                    |

| *** Keywords ***                  |                                              |                                               |
| Response Status Code Should Be OK |                                              |                                               |
|                                   | [Documentation]                              | Verifies that the response status code is 200 |
|                                   | HTTP Response Status Code Should Be Equal To | 200                                           |




© 2015 - 2025 Weber Informatics LLC | Privacy Policy