https://github.com/ricardusa/automatedwebtest
Automated Web Tests with Selenium
https://github.com/ricardusa/automatedwebtest
java qa-automation-test selenium selenium-webdriver test-automation testng
Last synced: 2 months ago
JSON representation
Automated Web Tests with Selenium
- Host: GitHub
- URL: https://github.com/ricardusa/automatedwebtest
- Owner: Ricardusa
- Created: 2025-02-06T18:42:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T17:58:03.000Z (over 1 year ago)
- Last Synced: 2025-03-19T18:39:19.817Z (over 1 year ago)
- Topics: java, qa-automation-test, selenium, selenium-webdriver, test-automation, testng
- Language: Java
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutomatedWebTest
Automated Web Tests with Selenium
## Table of Contents
- [Introduction](#introduction)
- [Technologies Used](#technologies-used)
- [Project Structure](#project-structure)
## Introduction
AutomatedWebTest is a project focused on automating web application testing using Selenium WebDriver in Java. This framework facilitates the creation and execution of automated test cases to ensure web applications function as intended.
## Technologies Used
- **Java**
- **Selenium WebDriver**
- **TestNG**
- **Maven**
- **IntelliJ IDEA**
## Project Structure
The project is organized as follows:
- **`src/main/java`**
- **`src/test/java`**
- **`resources/screenshots`**
- **`pom.xml`**