-
Notifications
You must be signed in to change notification settings - Fork 0
POM sample project
anhmainvg edited this page Nov 23, 2019
·
1 revision
Selenium Python Small Sample Project | Page Object Model POM
example website: https://opensource-demo.orangehrmlive.com/
What you will learn in this sample project:
- create a simple login test
- implement unit testing
- implement page object model
- separate test scripts and objects
- create a separate class for locators
- run test in the terminal command line
- HTML report