What Is Page Object Model? | pytest Framework Tutorial | Part-IX | LambdaTest
In this Part 9 of the pytest framework tutorial series, Rex Jones (@RexJonesII), a seasoned QA Engineer, Trainer, YouTuber, and Blogger, deep dives into creating and calling a base page and test data file, as well as shares insights on store locators and their utility in the model. Additionally, the tutorial covers executing the Page Object Model on three browsers, including Chrome, Firefox, and Edge. By the end of the tutorial, you'll have a comprehensive understanding of the Page Object Model in pytest and how to apply it while performing test automation.
Introduction
Create Base Page
Test Data
Store Locators
Create Page Object Files
Create Base Test
Create Test Scripts
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