Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

File metadata and controls

14 lines (11 loc) · 450 Bytes

Test Automation with Java

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

Libraries and Frameworks

Version for some of these can be found in the POM file.

  1. Selenium - Web automation
  2. Cucumber - Cucumber integrationo with Junit and Selenium
  3. Maven - Build and package management
  4. Junit - Test execution and Reporting

Tools

  1. Intellij
  2. Eclipse