PyTest Tutorial | Part 4 | How To Run Parallel Tests In Selenium PyTest Using pytest-xdist Plugin
This video is a part of the PyTest Tutorial series. In this video, Carlos Kidman (@CarlosKidman) explains how to write Parallel Tests using PyTest for web automation with LambdaTest and PyTest.
Introduction to Parallel testing using PyTest
Need for Parallel testing in Selenium using PyTest
Advantages of running Selenium tests in Parallel
pytest-xdist plugin for running Parallel tests in PyTest
Pitfalls to avoid while running Parallel tests using PyTest and how to overcome them
Commands to run Parallel test in PyTest using the pytest-xdist plugin
Example to show parallel testing in action using PyTest in Selenium
Drawback of local Selenium grid to run Parallel tests in PyTest
Introduction to the final module- Cross Browser Testing with LambdaTest
Conclusion
Carlos Kidman
Carlos is the visionary founder of QA at the Point, the thriving testing community in Utah. He is a dynamic figure known for his expertise in modern testing, software development, and machine learning, making him a sought-after speaker at conferences worldwide, where he delivers impactful presentations and keynotes.As a prolific content creator, Carlos runs his own YouTube channel and serves as an instructor for Test Automation University, sharing his insights and knowledge with a global audience.
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