Saturday, 30 March 2024

Build Restful API End Point Testing Automation Framework In Python Witho...

Build Restful API End Point Testing Automation Framework In Python Without Any Tool

1. Automate Happy path (Critical Positive Test Scenarios)
   1.1 : POST request to create user
   1.2 : GET request to extract user info
   1.3 : PUT request to update user info
   1.4 : DELETE request to delete user
2. What is Swagger UI? 
3. How Does Swagger UI help to architect your automation framework?
4. Used Python Libraries -
   4.1 pytest   : Testing Framework
   4.2 requests : Handles all kind of Restful API requests
   4.3. Faker   : Create Test Data for all kind of testing

No comments:

Post a Comment