When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Pytest: Unit test automation in Python
Learn how to automate unit testing in Python with the Pytest framework

This Course Includes
udemy
4.3 (31 reviews )
1 total hour
english
Online - Self Paced
course
Udemy
About Pytest: Unit test automation in Python
Hi! Welcome to Unit testing automation with Pytest!
This course will help you master automation testing with Pytest framework. Pytest is a testing framework which allows us to write test codes using python. We can write code to test anything in any environment, like database, API, and even GUI if you want. It is a simple framework to learn, just like python.
In this course, we will be go through all topics of Python Pytest framework and it assumes that you have minimal prior experience with Python coding.
We will learn everything about Pytest that will help us build a test automation framework easily. We will cover all important aspects of pytest and also how automation is done in real test environment.
Give your team on-demand, actionable insights into the status of your product with a fast, scalable test automation framework written in Python using the Pytest toolkit. Learn how to eliminate boilerplate setup and teardown code, run multiple tests at the same time, and track the history of your test runs to identify slow or problematic tests.
You'll learn how to assert parts of your tests, how to discover the tests, and make tests easier to read and manage. Throughout the course you will see lots of unit test code examples in Python.
What You Will Learn?
- Pytest.
- Unit testing automation in Python.