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

desc.NewHTTPSession.txt Maven / Gradle / Ivy

Creates a new HTTP session.

Example:
| New HTTP Session                             |                       |
| Create HTTP Get Request                      | http://www.google.com |
| Invoke HTTP Request                          |                       |
| HTTP Response Status Code Should Be Equal To | 200                   |
| New HTTP Session                             |                       |
| Create HTTP Get Request                      | http://www.yahoo.com  |
| Invoke HTTP Request                          |                       |
| HTTP Response Status Code Should Be Equal To | 200                   |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy