Loading repository data…
Loading repository data…
AbhayShihora / repository
Selenium Automation Framework using Java, TestNG, and Maven to test a JavaScript-based Student Productivity web app with end-to-end registration and login flow.
This project demonstrates automation testing of a JavaScript-based web application using Selenium WebDriver.
The application tested is a Student Productivity Suite, where users can register and log in to manage their productivity tasks.
👉 https://abhayshihora.github.io/Student-Productivity-Suite/index.html
Clone the repository: git clone https://github.com/your-username/student-productivity-automation.git
Open in Eclipse or IntelliJ IDEA
Update Maven dependencies
Run test: Right click on test class → Run As → TestNG Test
(Add your screenshot here)
Abhay Shihora