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

https://github.com/cihat-kose/testng-practice-lessons

Hands-on UI automation practice with Selenium, TestNG and Java.
https://github.com/cihat-kose/testng-practice-lessons

java-selenium-testng testing-automation testng ui-testing

Last synced: about 2 months ago
JSON representation

Hands-on UI automation practice with Selenium, TestNG and Java.

Awesome Lists containing this project

README

        

# TestNG Practice Lessons

![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)
![TestNG](https://img.shields.io/badge/TestNG-FF9E2C?style=for-the-badge&logo=testng&logoColor=white)
![Selenium](https://img.shields.io/badge/Selenium-43B02A?style=for-the-badge&logo=selenium&logoColor=white)
![Log4j2](https://img.shields.io/badge/Log4j2-ff1100?style=for-the-badge&logo=apache&logoColor=white)
![Maven](https://img.shields.io/badge/Maven-C71A36?style=for-the-badge&logo=apachemaven&logoColor=white)

## 💡 Introduction
Welcome to the **testng-practice-lessons** repository! This project is designed for SDET students to reinforce their knowledge through practical lessons. It demonstrates how to perform test automation using **TestNG** with TestNG-specific features like annotations, parallel execution, and data providers.