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

Опубликовано: 19 Октябрь 2024
на канале: Abhishek Jain
359
4

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

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