Skip to content

Test Automation | UI Testing | Java | Selenium | Cucumber | JUnit

Notifications You must be signed in to change notification settings

githsem/Selenium_Cucumber_AutomationExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.