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

https://github.com/vrun545/jenkins_

This repository contains a Selenium Java project for automated testing of web applications, along with a Jenkins pipeline for continuous integration and continuous deployment (CI/CD) of the project.
https://github.com/vrun545/jenkins_

git java jenkins maven selenium seleniumwebdriver

Last synced: 2 months ago
JSON representation

This repository contains a Selenium Java project for automated testing of web applications, along with a Jenkins pipeline for continuous integration and continuous deployment (CI/CD) of the project.

Awesome Lists containing this project

README

        

# Selenium Java Test Automation with Jenkins CI/CD

This repository contains a Selenium Java project for automated testing of Amazon Web Application.

## Project Overview

The project includes the following components:

- **Selenium Test Cases**: Five test cases written in Java using the Selenium WebDriver framework. These test cases automate the testing of various functionalities of a web application.

## Usage

1. Clone this repository to your local machine.
2. Set up your Selenium environment with the required dependencies.
3. Navigate to the project directory.
4. Execute the test cases using a test runner or IDE of your choice.

## Test Cases

The test cases are located in the `src/test/java` directory. They cover different scenarios and functionalities of the web application under test.

## Contributing

Contributions are welcome! Please feel free to submit pull requests for any improvements or additional features.

## License

This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.