Skip to content

Anshul-Sonpure/CucumberFramework

Repository files navigation

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 anshul.sonpure@outlook.com.