Cucumber - BDD Framework with Selenium WebDriver-Part 1

Описание к видео Cucumber - BDD Framework with Selenium WebDriver-Part 1

This tutorial will teach about Cucumber - BDD Framework with Selenium WebDriver.

Learn:
1. How to write feature files, step-definition and runner class
2. Selenium Integration with Cucumber BDD Tool
3. Test Automation Framework Using Cucumber BDD Overview

How to create:
1. Feature File using Gherkin Language Keywords
2. Step Definition file using cucumber jerking annotations
3. Test Runner class using Junit and Cucumber Options

Step 1- Create Maven Project-
Step 2-Goto eclipse marketplace and install - Cucumber Eclipse Plugin 1.0.0 version
Step 3- Dependencies need to be added in pom.xml -
1-cucumber-java
2. cucumber-junit
3. cucumber-jvm-deps
4. cucumber-reporting
5. gherkin
6.junit
7.selenium-java

Комментарии

Информация по комментариям в разработке