Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.24 KB

File metadata and controls

28 lines (24 loc) · 1.24 KB

Selenium Webdriver TestNG Framework

Automation testing for amazon.com e-commerce website using Selenium webdriver and TestNG framework, and ExtentReports ITestListeners for generating reports.

Prerequisites

  • Eclipse IDE
  • JDK (version 21+)

Dependencies

  • Selenium
  • TestNG
  • AventStack
  • org.slf4j

Libraries

  • Apache Commons.io

Project Details

  • The tested functionalities are under main/java/functionalities directory which contain the page components
  • The ExtentReports manager is under test/java/base directory which has the needed listeners
  • The test cases are in test/java/test directory

Report

Some test cases failed due to the website not applying the category, and searching in "all categories" instead as demonstrated by the screenshot took using Selenium TakeScreenshot interface.