Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.58 KB

File metadata and controls

48 lines (39 loc) · 1.58 KB

Selenium Cucumber Automation Testing Exercise

This project contains software automation testing exercises inspired by the test cases on automationexercise.com.

Project Details

  • GitHub Repository: https://github.com/githsem/Selenium_Cucumber_AutomationExercise
  • Language: Java
  • Frameworks and Libraries:
    • Selenium: A powerful web automation tool
    • Cucumber: A behavior-driven development (BDD) framework
    • Gherkin Language: A business-readable domain-specific language for specifying test cases
    • JUnit: A unit testing framework for Java

Usage

To use this project, follow the steps below:

  1. Clone the repository:
    git clone https://github.com/githsem/Selenium_Cucumber_AutomationExercise.git
  2. Open the project in your preferred Java IDE.
  3. install the necessary dependencies:
    mvn install
  4. Run the tests using the test runner class:
    mvn test

Report

A detailed report of the test results can be found in the project. The report includes information such as test case status, execution time, and any failures or errors encountered during the tests.