Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
A simple UI Test Automation project of 'The Internet' website using Selenium WebDriver with Java binding.
- Host: GitHub
- URL: https://github.com/tahanima/theinternetautomation
- Owner: Tahanima
- Created: 2021-11-29T17:10:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T00:02:19.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T20:52:27.169Z (4 months ago)
- Topics: gradle, java, owner, pom, selenium-webdriver, test-automation, testng, webdrivermanager
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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