=========================
Behavior Driven Development (BDD) framework to automate the Acceptance tests or Business facing tests. QA and BA have sat down together to write the tests in simple English so that anyone from business can understand what tests are getting covered from the Business perspective in the project.
- BDD describes best as automating tests based on the desired behavior of the service.
- First Gherkin Scenarios are written as a feature file and then automated.
- BDD stands for Behavior Driven Development which provides capability to automate Specs/Acceptance Criteria.
This project contains the acceptance tests for Fast Track. Built using:
Cucumber
Selenium-webDriver
Junit
Maven
1. Ensure that you have installed InteliJ Idea
2. Once you have installed IDEA install Cucumber for Java plugin
3. Clone this repo.
4. Import the project in InteliJ
- Cucumber reports are integrated with each test run.
- Locally you can find the Report under:
- /target/cucumber/index.html
- Open index.html in any browser.