The program consists of automated tests written in Java using Selenium WebDriver to test key functionalities in the e-learning system.
- It is developed as part of a Software Testing course to demonstrate automated UI testing techniques.
The purpose of this project is to automate the testing of critical features in an e-learning platform, including:
- User Registration
- User Login
- Admin User Creation
Automation ensures faster testing cycles, consistency, and helps identify bugs early in the development process.
- Java
- Selenium WebDriver
- ChromeDriver
- (Optional) JUnit for test assertions