Ruby with Cucumber Training Provided by learntek
Ruby with Cucumber free videos and free material uploaded by learntek staff .
Ruby Cucumber Training :
Cucumber installation
Cucumber installation
Introduction to Cucumber Gherkin
Gherkin Keywords
Scenario
Feature
given
When
Then
Tagging
Background
Scenario Outline
Introduction to Ruby
Installing Ruby
Installing Devkit
Ruby Editor
Programming basic concepts
Ruby Data Types
Ruby Variables
Ruby Operators
Ruby Basics
Control Structures
Loop Structures While and For
Ruby Advanced
Strings
Array
Regular Expressions
Ruby Advanced Topics
Files and IO
Methods
Exception Handling
Ruby-Cucumber Framework
Creation
Config files creation
Support files creation
Driver settings
Environment settings
BDD Creating and Executing Test
Feature File
Creation of Step Definition File
Execution
Results and Reports
Cucumber Tags
Testing A Web Application using
Ruby, Cucumber and Capybara
Introduction to Real Time Project
and implementation
Creation of Feature and Step
Definition File for test automation example
Execution
Result and Report
Error handling
Different kinds of error which you
can encounter during automation
How to solve them easily
Good resources/help/forum to read
Interview Preparation
Cucumber is a command-line tool. When you run it, it reads in your specifications from plain-language text files called features, examines them for scenarios to test, and runs the scenarios against your system. Each scenario is a list of steps for Cucumber to work through. So that Cucumber can understand these feature files, they must follow some basic syntax rules. The name for this set of rules is Gherkin.
Write a public review