Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.18 KB

File metadata and controls

55 lines (40 loc) · 1.18 KB

🚀 Selenium + TestNG QuickStart Automation Framework (Java)

A lightweight, modular, and easy-to-extend UI Automation Framework built with:

  • Java 11+
  • Selenium 4
  • TestNG
  • WebDriverManager
  • Maven

Perfect for quick POCs, interview demos, and scalable UI automation setups.



🔧 Tech Stack

Tool Purpose
Java 11+ Programming language
Selenium 4.x Browser automation
TestNG Test orchestration
WebDriverManager Auto driver management
Maven Build management

▶️ Getting Started

1. Clone the repository

git clone https://github.com/your/repo-name.git
cd selenium-testng 

2. Install the Repo

mvn clean install

3. Run the Repo

mvn clean test