An open API service indexing awesome lists of open source software.

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.

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
image

## 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