This repository contains an automation project focused on the Login functionality, skillfully crafted with Selenium and Cucumber. The project empowers users to effortlessly automate the login process of a web application, encompassing a diverse range of test cases and scenarios. These test cases are thoughtfully scripted in a behavior-driven development style, facilitating comprehension for all stakeholders involved.
- Website URL: https://www.saucedemo.com
 - Login with Valid Credentials
 - Assert the Next Page after Login Successful
 - Login with Invalid Credentials
 
- Selenium Tools
 - Cucumber BDD Tool
 - Java Language
 - Junit Framework
 - Gradle Build System
 - IntelliJ IDE
 
- Clone this project
 - hit the following command: 
gradle clean test 

