Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Tahanima/TheInternetAutomation

A simple UI Test Automation project of 'The Internet' website using Selenium WebDriver with Java binding.
https://github.com/Tahanima/TheInternetAutomation

gradle java owner pom selenium-webdriver test-automation testng webdrivermanager

Last synced: about 2 months ago
JSON representation

A simple UI Test Automation project of 'The Internet' website using Selenium WebDriver with Java binding.

Awesome Lists containing this project

README

        

# The Internet Automation

A simple test automation project of [The Internet](https://the-internet.herokuapp.com) 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