Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.3 KB

Java_Selenium_BDD_Framework

This repository provides a framework for automated browser testing using Selenium WebDriver with Cucumber for Behavior-Driven Development (BDD) in Java. This setup facilitates writing and executing BDD tests with a clean and maintainable structure.

image

Prerequisites

Ensure you have the following installed:

  1. Java Development Kit (JDK) - Java 11 or later.
  2. Maven - For managing project dependencies and builds.
  3. IDE - IntelliJ IDEA, Eclipse, or any preferred Java IDE.
  4. ChromeDriver - For testing on Google Chrome. Download it from ChromeDriver and ensure it is in your system’s PATH.

Getting Started

To get started with the framework, follow these steps: Screenshot 2024-09-01 144420 image

1. Clone the Repository

Clone this repository to your local machine:

git clone https://github.com/Iamshaibaz/Java_Selenium_BDD_Framework.git
cd Java_Selenium_BDD_Framework
mvn test