This project contains software automation testing exercises inspired by the test cases on automationexercise.com.
- 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
To use this project, follow the steps below:
- Clone the repository:
git clone https://github.com/githsem/Selenium_Cucumber_AutomationExercise.git
- Open the project in your preferred Java IDE.
- install the necessary dependencies:
mvn install
- Run the tests using the test runner class:
mvn test
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.