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

https://github.com/mtaksel/javaseleniumtestautomationbootcampvirgosol

This repository includes my learnings from the Virgosol Selenium Test Automation Bootcamp, covering essential topics such as clicking elements, finding locators, selecting dropdowns, and other core Selenium skills. It also contains the homework tasks and solutions I completed during the bootcamp.
https://github.com/mtaksel/javaseleniumtestautomationbootcampvirgosol

selenium-java selenium-webdriver test-automation testng

Last synced: 20 days ago
JSON representation

This repository includes my learnings from the Virgosol Selenium Test Automation Bootcamp, covering essential topics such as clicking elements, finding locators, selecting dropdowns, and other core Selenium skills. It also contains the homework tasks and solutions I completed during the bootcamp.

Awesome Lists containing this project

README

          

# Virgosol Java Selenium Test Automation Bootcamp: Learning and Projects

Welcome to my repository, which contains everything I've learned during the Test Automation Bootcamp, along with the projects and tasks assigned throughout the program. This repository serves as a comprehensive guide and a portfolio of my progress in the field of test automation.

## Table of Contents
- [Overview](#overview)
- [Technologies Used](#technologies-used)
- [How to Use](#how-to-use)
- [Contact](#contact)

## Overview
This repository is a collection of my notes, exercises, and projects from the Test Automation Bootcamp. It includes:
- Detailed notes on various topics covered in the bootcamp
- Source code for the projects and tasks
- Examples and best practices in test automation

## Technologies Used
The bootcamp covered a range of technologies and tools, including:
- **Programming Languages**: Java
- **Testing Frameworks**: Selenium, TestNG
- **Version Control**: Git

## How to Use
To get started with the projects:
1. Clone the repository:
```bash
git clone https://github.com/mtaksel/JavaSeleniumTestAutomationBootcampVirgosol.git
```
2. Navigate to the project directory:
```bash
cd JavaSeleniumTestAutomationBootcampVirgosol
```
3. Follow the instructions provided in each project's README file to set up and run the tests.

## Contact
If you have any questions or suggestions, feel free to reach out to me at [mehmeturgutaksel@gmail.com].

---

Thank you for visiting my repository! I hope you find it useful and informative.