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

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

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`**