Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 605 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 605 Bytes

The Internet Automation

A simple test automation project of The Internet site.

Tools | Technologies | Libraries

This project uses the following:

  • Java 11 as the programming language
  • Selenium WebDriver as the web browser automation framework using the Java binding
  • WebDriverManager as the browser driver management library
  • TestNG as the unit test framework
  • AssertJ as the fluent assertion library
  • Owner to reduce the code to handle properties file
  • Gradle as the build tool
  • IntelliJ IDEA as the IDE