Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 580 Bytes

Test Automation with Java

Web test automation example project using IntelliJ IDEA Community, Java, Maven, TestNG, Selenium and Page Object Model (POM)

This project contains the following:

  1. maven
  2. testng
  3. Selenium Java POM
  4. Data-driven integration
  5. Config properties integration
  6. Log4j logging
  7. testng reporting

Libraries and Frameworks

  1. Selenium - Web automation
  2. Maven - Build and package management
  3. TestNG - Test execution and Reporting
  4. Log4J - test logging

Tools

  1. Intellij
  2. Eclipse