Главная
Study mode:
on
1
Introduction
2
Introduction to Pytest Agenda
3
What is pytest ?
4
Features of pytest
5
Advantages of pytest
6
Installing the pytest
7
Introduction to Pytest Summary
8
Tools in Pytest Agenda
9
Identifying test files and functions
10
A very basic test implementation
11
Practical Implementation Basic Test
12
Ways to run the subset of test suite
13
Grouping the tests
14
Practical Implementation - Subsets and Grouping
15
Fixtures in pytest
16
Practical Implementation - Fixtures
17
Parameterizing tests
18
Practical Implementation - Parametrical Test
19
Stopping the test suits after n test fails
20
Run tests in parallel
21
Practical Implementation Stop and Run Test
22
Tools in Pytest Summary
Description:
Dive into a comprehensive tutorial on PyTest, a powerful Python-based testing framework. Learn how to write and run test programs for various applications, including API, database, and UI testing. Explore PyTest's features, advantages, and installation process. Master essential tools such as identifying test files and functions, implementing basic tests, running subsets of test suites, grouping tests, using fixtures, parameterizing tests, stopping test suites after failures, and running tests in parallel. Gain hands-on experience through practical implementations and discover how PyTest can streamline your testing process and improve execution time.

PyTest Tutorial

Great Learning
Add to list