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

desc.AddHTTPRequestParameter.txt Maven / Gradle / Ivy

The newest version!
Adds an HTTP Request Parameter.

Example:
| New HTTP Session                  |        |          |
| Create HTTP Request               | ${URL} |          |
| Add HTTP Request Parameter        | param  | ${param} |
| Invoke HTTP Request               |        |          |
| Response Status Code Should Be OK |        |          |

| *** 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