Github Repo for all code files written in videos - https://github.com/vardhmanandroid201... Build Restful API End Point Testing Automation Framework In Python Without Any Tool - Part2
1. Automate Negative Scenarios Around Critical Positive scenarios (MVP)
1.1 : POST request to create user that is already exist on the system
1.2 : GET request to extract user info that is not yet created
1.3 : PUT request to update user info that is not yet created
1.4 : DELETE request to delete user that is not yet created
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