/cucumber

Cucumber

Primary LanguageJava

#Cucumber

Installation

  • Java
  • Project Template
  • Add dependencies

Getting Started with Cucumber

  • Terminology
  • Plugin - Tidy Gherkins
  • Mapping Step Defination and feature file
  • Test Runner

Code reusability and regular expression

  • Importance
  • reuse

Data driver

  • Importance
  • parameterization

Core feature

  • Tagging test cases
  • Background (run specific to feature file)

Hooks

  • Background
  • Before and after and hooks

Reports