Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tanvi789/cucumber-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CucumberPracticeProject

=========================

Introduction

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.

Advantage of BDD implementation

  • 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	

Test Automation environment setup

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

Reports

  1. Cucumber reports are integrated with each test run.
  2. Locally you can find the Report under:
  • /target/cucumber/index.html
  • Open index.html in any browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •