Skip to content

Maneleki/SeleniumCucumberJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Example using Java with Selenium and Cucumber

This is an example of a test implemented in Java using Selenium and Cucumber to test the website Ace Online Shoe Portal.

Overview

This project demonstrates how to automate testing of a web application using Selenium, a popular web browser automation tool, and Cucumber, a tool used for behavior-driven development (BDD) testing.

The test scenario is aimed at validating the functionality of the Ace Online Shoe Portal website.

Prerequisites

Before running the tests, ensure you have the following installed:

  • Java Development Kit (JDK)
  • Maven
  • WebDriver for the desired browser (e.g., ChromeDriver for Google Chrome)
  • JUnit

Test Scenario

The test scenario includes various steps to validate the functionality of the Ace Online Shoe Portal website. Some examples of scenarios that could be tested include:

  • Logging in to the website
  • Navigating through different pages
  • Check items on the website
  • Able to register

Resources

About

Learning Selenium and Cucumber with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published