Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Pytest in 100 Minutes :Unit Testing Framework 4 Python
Rating: 4.1 out of 5(63 ratings)
462 students

Learn Pytest in 100 Minutes :Unit Testing Framework 4 Python

Pytest basic functionality | Setup & Tear Down | Fixtures | Assertions | Grouping and Reporting
Last updated 1/2023
English

What you'll learn

  • Detailed understanding of Pytest and all of its features & practical implementation
  • Ready to write functional or API Automation testcases using Pytest
  • Ready to implement Pytest Framework in Different Python Automation
  • Ready to face Pytest related interview Questions
  • Use pytest for different automation, practical implementation and reporting

Course content

2 sections13 lectures1h 35m total length
  • Course Roadmap : Must for everyone2:51
  • Python Setup on Windows Machine3:47
  • Setup Python Editor : Pycharm3:51

    Download, install, and launch PyCharm Community Edition on Windows. Create a new Python project and configure the interpreter from multiple Python installations, including Python 3.7.

  • Setup PIP : Package Manager for Python2:52
  • Introduction to Pytest : Unit Testing Framework for Python5:28

Requirements

  • Should have basic understanding of Software Testing
  • Should have basic understanding of Unit Testing & Automation
  • Should have basic understand of Python Programming
  • Should have basic understanding of Functional or API automation using Python

Description

PYTEST makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.

pytest is a mature full-featured Python testing tool that helps you write better programs.   

This course is a crash course which will make you job ready with practical exposed in quick time.

Features

Detailed info on failing assert statements

Auto-discovery of test modules and functions

Modular fixtures for managing small or parametrized long-lived test resources

Can run unittest (including trial) and nose test suites out of the box

Rich plugin architecture, with over 315+ external plugins and thriving community

Course Coverage

1.   Step by Step Installation Instructions

2.   Introduction and Advantages of  Pytest.

3.   How to write testcases using Pytest.

4.   Adding Assertions to Test Cases.

5.   Grouping of Test Cases using Tags

6.   Standard format of Pytest formatted testcases

7.   Reporting in Test Cases

8.   Execution of groups using Tags

9.  Realtime implementation of Pytest in Web Automation framework using Selenium & Python.

10. Reporting integration with Pytest to generate advance level reporting.

11.  Compare expected and actual result of testcases to define failed testcases.

12. Realtime interview question (Theoretical and Practical implementation

13. Setup related libraries, importance of libraries and its use.

Features

Auto-discovery of test  functions and modules

Modular fixtures for managing small or parametrized long-lived test resources

Rich plugin/ library architecture, with over hundreds external plugins and thriving community

Who this course is for:

  • Manual testers looking opportunity in Automation Testing with Python
  • Automation testers looking to Work on Python Automation
  • Automation tester wants to implement Pytest in any existing framework
  • Testers looking to learn Selenium Python or any automation using Python programing