Selenium Project Structure - denhoefel/EcommerceSeleniumProject GitHub Wiki

Structure

📁 resources

path: root/resources

All resources will be added to this folder

image

ChromeDriver

Add Chromedriver to the resources directory

image

📁 Test classes

🗁 base

  • path: _root/src/test/java/base

image

📁 Page Objects classes

🗁 pages

path: _root/src/main/java/pages

image

Every Webpage have their own class where you can call the element, methods to navigate or interact to the page