Skip to content

Selenium and TestNG based web automation framework. Implemented Log4j2 for logging and Extent-reports 5 for reporting.

Notifications You must be signed in to change notification settings

sourabh09/WebAutomationFramework1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================================

Web Automation Framework 1

Automation suite for web automation

Tech Stack

  • Selenium Webdriver
  • Written in JAVA
  • Implemented using TestNG
  • Build Tool - Maven
  • Implemented Page Object Model Design Pattern using PageFactory
  • Extent Reporting 5
  • Log4j2 Implemented for logging

Browsers Supported

  • Google Chrome
  • Microsoft Edge

Report details

Extent report location

System.getProperty("user.dir")+"/TestReport/extent-reports/extent-report.html"

Screenshots location

System.getProperty("user.dir")+"//TestReport//screenshots";

================================