Page Object Model, also known as POM is a design pattern in Protractor that creates an object repository for storing all web elements. It is useful in reducing code duplication and improves test case maintenance.
In Page Object Model, consider each web page of an application as a class file. Each class file will contain only corresponding web page elements. Using these elements, testers can perform operations on the website under test.
Reference: An article from Browser Stack
- How to organize folders and files
- Completing Sign up & Login page elements
- Writing actions for each page
- Writing positive test case for sign up page
- Writing negative test case for sign up page
- Writing positive & negative test case for login page
- Read data from JSON
- Write data into JSON & read
- Expected Condition
- Find the complete playlist
- Feel free to use LetCode website https://www.letcode.in
- Complete the pages from the test page
- And the most important subscribe to LetCode 😉
While learning it is very common to have doubts, to enhnance your learning I am ready to support you as much as I can do.
Protractor Framework -1
Protractor Framework -2
Protractor Framework -3
Protractor Framework -4
Protractor Framework -5
Protractor Framework -6
Conversion of POM JavaScript to TypeScript - Part 1 | LetCode
Conversion of POM JavaScript to TypeScript - Part 2 | LetCode
Fixing bugs! | LetCode
Thanks you so much for your support, kindly subsribe to the channel & share it to others
60 Run Test Script in Multiple Environments - Params
61 Angular Locators in Proractor
62 NPM Run Test | Protractor Tutorialr
63 Post test - Save Allure Report | Protractor Tutorial
64 Git & Jenkins | Protractor Tutorial
65 Jenkins Slack Notification | Protractor Tutorial
66 Dynamic Calendar - Moment.js | Protractor Tutorial
67 Allure Step By Step Report Like Extent Report | Protractor Tutorial
68 Faker - Test Data | Protractor Tutorial
69 Share Allure report | Protractor Tutorial
70 How To Read Browser Logs | Protractor Tutorial
71 It's Ok To Fail | Protractor Tutorial
72 Exception Handling in Protractor | Protractor Tutorial