Last Updated On
Requests is an HTTP client library for the Python programming language. Requests is one of the most downloaded Python libraries, with over 300 million monthly downloads. It maps the HTTP protocol onto Python’s object-oriented semantics.
| Chapter 1 How to test GET Request Using Python Requests |
| Chapter 2 How to test POST Request Using Python Requests |
| Chapter 3 How to test PUT Request Using Python Requests |
| Chapter 4 How to test DELETE Request Using Python Requests |
| Chapter 5 How to test PATCH Request Using Python Requests |
| Chapter 6 How to add header to Python Requests |
| Chapter 7 How to test response time in Request Using Python Requests |
| Chapter 8 How to pass basic authentication credentials in Python Requests |
| Chapter 9 How to pass basic authentication token in Python Requests – NEW |
| Chapter 10 How to create Python Allure Report for Rest API – NEW |
| Chapter 11 How to add environment details to Python Allure Report – NEW |
| Chapter 12 How to run Python Rest API tests with GitHub Actions – NEW |
| Chapter 13 Status Code, Line, Body, and Header Verification in Python Requests – NEW |