Looking to Automate REST API Testing using Python ? Then you are on the right place.
This course will help you to understand API & Python programming from Scratch to Expert Level. It is specially designed by keeping Software Testing in mind so almost all already/libraries of API Testing using Python which are required in automation would be covered in his course.
Python in not just use for web browser automation but also can use for following
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Read | Search & validate data in excel
Have to pull text off of several web pages?
Copy thousands of files from one location to another
Perform repeatable tasks in single click
Rename multiple files & folders within a second.
We are going to cover following well known HTTP methods are commonly used in REST based architecture.
GET - Provides a read only access to a resource.
PUT - Used to update a existing resource or create a new resource.
DELETE - Used to remove a resource.
POST - Used to create a new resource.
➖➖ BASICS OF API TESTING AND AUTOMATION ➖➖
Learn how to send REST Requests
What is API, Different Between SOAP and REST API
Different CRUD Operation and Its Implementation
GET | POST | PUT | DELETE
Basic understanding of MicroServices
Authentication approaches (BASIC,OAUTH)
How to Handle Header & Pre-requisite
➖➖➖➖ ADVANCE CONCEPTS ➖➖➖➖
How to Setup Environment for Python Scripting
Write basic Python Programming
Condition Handling, Looping
Working with Excel File (OpenPyXL)
How to Handle JSON file
Basic to advance JSON Path
How to Handle CSV file
JSON Parsing
PyTest Framework
Send different types of requests
Assert Response Data
Allure Reporting
Data Drive n Framework
Keyword Driven framework
Assertions
Request Channing
➖➖➖➖ REALTIME SCENARIO ➖➖➖➖
End to End Student Student Enrollment
Request Chaining
Final execution with report generation and analysis
Run API tests in Jenkins
Code Management using GIT
Scenario implementation on RealTime API Application
End to End Scenario building and once click execution
Collection Execution from command prompt