Completed
Create class for each page
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
WebdriverIO - How to Implement Page Object Model
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Page Object Model
- 3 Advantages of POM
- 4 DEMO How to implement POM in WebdriverIO Project
- 5 Sample demo application for testing
- 6 Sample Login test
- 7 Run demo test
- 8 Start of Page Object Model Implementation
- 9 Create class for each page
- 10 Create object locators in the login page class
- 11 Create functions for action on the objects
- 12 Refer the class in test script
- 13 Run POM test
- 14 Outro