Learn pytest in 6 Hours⏰ | Complete pytest framework Tutorial | LambdaTest
In this complete pytest Tutorial for beginners, Rex Jones (@RexJonesII), a seasoned QA Engineer, Trainer, YouTuber, and Blogger helps you learn pytest, an open source Python-based testing framework and explains everything you need to know to get started with running your first test in pytest. You will also learn the advanced use case of pytest such as the generation of test reports, assertions in pytest, and more. By the end of this tutorial, you'll have a comprehensive understanding of the pytest framework and how to perform cross-browser testing on LambdaTest using pytest.
Introduction
What is pytest
Installing pytest
Installing Selenium to run 1st test
Creating package for assertions
Running all test scripts from the project
Marks to run a subset
Test fixtures in pytest
Parameterize test functions
Skipping a test
Page Object Model
Generating HTML Report
Cross Browser Testing using LambdaTest
Closing
Rex Jones
Rex is an Experienced Quality Assurance (QA) Engineer with a history of working in the IT and Services industry. Certified as a Certified Software Test Engineer (CSTE) and Test Management Approach (TMap). Also skilled in Automation, Agile Methodologies, Test Strategies, and Software Development Life Cycle (SDLC) with a passion for testing software manually or automation such as Selenium.
How To Perform Cross Browser Testing | pytest Framework Tutorial | Part-XI | LambdaTest
pytest Framework TutorialHow To Generate Test Reports 📝 | pytest Framework Tutorial | Part-X | LambdaTest
pytest Framework TutorialWhat Is Page Object Model? | pytest Framework Tutorial | Part-IX | LambdaTest
pytest Framework TutorialHow To Skip And Stop Tests | pytest Framework Tutorial | Part-VIII | LambdaTest
pytest Framework TutorialWhat Is Parameterization In pytest | pytest Framework Tutorial | Part-VII | LambdaTest
pytest Framework TutorialWhat Are pytest Fixtures | pytest Framework Tutorial | Part-VI | LambdaTest
pytest Framework TutorialHow To Group Tests Using Markers | pytest Framework Tutorial | Part-V | LambdaTest
pytest Framework TutorialHow To Run Multiple Tests In pytest | pytest Framework Tutorial | Part-IV | LambdaTest
pytest Framework TutorialWhat Are Assertions In pytest | pytest Framework Tutorial | Part-III | LambdaTest
pytest Framework Tutorial