This project was created to practice and apply my knowledge in test automation using Java and Selenium. It was my first experience with Java, as I was learning the language while building this project.
- Java - Programming language
- Selenium WebDriver - Browser automation
- JUnit 5 - Testing framework
- Gradle - Build tool
- WebDriverManager - Automatic driver management
The project contains an E2E (End-to-End) test that:
- Opens the Home Depot corporate website
- Clicks on the News dropdown menu
- Navigates to the Newsroom page
- Verifies the page title
-
Make sure you have JDK 17+ installed
-
Clone the repository and navigate to the project folder:
cd Java---Selenium -
Run the tests:
./gradlew testOn Windows:
.\gradlew.bat test
Este projeto foi criado para praticar e aplicar meu conhecimento em automação de testes usando Java e Selenium. Foi minha primeira experiência com Java, pois eu estava aprendendo a linguagem enquanto construía este projeto.
- Java - Linguagem de programação
- Selenium WebDriver - Automação de navegador
- JUnit 5 - Framework de testes
- Gradle - Ferramenta de build
- WebDriverManager - Gerenciamento automático de drivers
O projeto contém um teste E2E (End-to-End) que:
- Abre o site corporativo da Home Depot
- Clica no menu dropdown de News
- Navega para a página de Newsroom
- Verifica o título da página
-
Certifique-se de ter o JDK 17+ instalado
-
Clone o repositório e navegue até a pasta do projeto:
cd Java---Selenium -
Execute os testes:
./gradlew testNo Windows:
.\gradlew.bat test