Courses
Courses
I’m a proud Test automation university instructor with 2 courses already live, details below:
You could see my full instructor profile here
On Test automation university
(2021) API testing in Python
This course teaches you on how to approach and go about building a Test automation framework for API testing using Python. I wrote this series of 9 blog posts as I was building this course. You can check them out below:
- Python API test automation framework (Part 1) Introduction, Setup and Installation
- Python API test automation framework (Part 2) Making HTTP requests
- Python API test automation framework (Part 3) Writing Fluent assertions
- Python API test automation framework (Part 4) Working with XML using LXML
- Python API test automation framework (Part 5) Working with JSON and JsonPath
- Python API test automation framework (Part 6) API response schema validation
- Python API test automation framework (Part 7) Refactoring structure
- Python API test automation framework (Part 8) Adding reporting with report portal
- Python API test automation framework (Part 9) Running tests in parallel
(2020) Automated visual testing with Python
This course explains how to use Applitools for visual validation using the Python SDK, You may also benefit by reading the excellent summary about the course on applitools blog by Michael Battat before diving deeper