https://github.com/krislette/sele-testng
Automated web testing in Java using Selenium WebDriver and TestNG, based on Rex Jones II’s automated testing course.
https://github.com/krislette/sele-testng
automation java selenium testng
Last synced: 3 days ago
JSON representation
Automated web testing in Java using Selenium WebDriver and TestNG, based on Rex Jones II’s automated testing course.
- Host: GitHub
- URL: https://github.com/krislette/sele-testng
- Owner: krislette
- Created: 2025-07-27T07:39:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T12:15:21.000Z (11 months ago)
- Last Synced: 2025-08-17T00:34:34.330Z (10 months ago)
- Topics: automation, java, selenium, testng
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Testing with Selenium + TestNG
Refer to the notes below in case you forgor some things... also I added detailed notes on each file so always go back there in case you miss anything [to my future self]
## Diagram
The diagrm for the **Page Object Model**. Pay attention to the arrows and how they're pointed

## Personal Notes
- [Refer to diagram] The **base page** and **page objects** are placed in the **main** dir
- [Refer to diagram] While **test scripts** are placed in the **test** dir