An open API service indexing awesome lists of open source software.

https://github.com/anshul-sonpure/cucumberframework

This repository contains automation tests using Cucumber framework. The tests are written in Java and executed using JUnit.
https://github.com/anshul-sonpure/cucumberframework

automation bdd-framework bdd-style-testing-framework cucumber cucumber-java framework gherkin selenium-webdriver

Last synced: 3 months ago
JSON representation

This repository contains automation tests using Cucumber framework. The tests are written in Java and executed using JUnit.

Awesome Lists containing this project

README

        

# _Cucumber Automation_
This repository contains automation tests using Cucumber framework. The tests are written in Java and executed using JUnit.

# _Prerequisites_
- Java 8 or higher
- Maven
- Cucumber

## _How to run the tests_
Clone the repository to your local machine.
Open the project in your IDE of choice.
Navigate to the src/test/resources directory.
Open the test.feature file and modify the test scenario(s) as needed.
Run the TestRunner.java file to execute the tests.

## _About Cucumber_
Cucumber is a behavior-driven development (BDD) tool that helps teams define, document, and automate their software requirements.\
It uses natural language to describe the behavior of a software application and enables developers, testers,
and business stakeholders to collaborate and create tests that can be automated.
Cucumber supports various programming languages, including Java, Ruby, and Python, and integrates with various testing frameworks, such as JUnit, TestNG, and RSpec.

## _Contributing_
Contributions are welcome! If you would like to contribute to this repository, please submit a pull request.

## _Contact_
If you have any questions or comments, please feel free to contact us at [email protected].