https://github.com/vasanth12-ui/pomassingment
This covers the structure and implementation needed for the Page Object Model framework.
https://github.com/vasanth12-ui/pomassingment
java-selenium-testng
Last synced: 10 months ago
JSON representation
This covers the structure and implementation needed for the Page Object Model framework.
- Host: GitHub
- URL: https://github.com/vasanth12-ui/pomassingment
- Owner: vasanth12-ui
- Created: 2025-02-07T05:45:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T05:52:28.000Z (about 1 year ago)
- Last Synced: 2025-02-07T06:27:38.506Z (about 1 year ago)
- Topics: java-selenium-testng
- Language: Java
- Homepage: https://www.saucedemo.com/inventory.html
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PomAssingment
This covers the structure and implementation needed for the Page Object Model framework.
The purpose of this assignment is to implement a Page Object Model (POM) framework for a simple web application. You will use Selenium and Java (or your preferred language) to structure your tests using the POM design pattern.