From c35732652e7de3a5eeab6cbc9bae859a5c0aea27 Mon Sep 17 00:00:00 2001 From: brandondjango Date: Wed, 20 Jun 2018 11:05:53 -0400 Subject: [PATCH] Added Cucumber Section: Included two links -List of interview Questions concerning Cucumber and BDD -A guide to building a Ruby/Watir/Cucumber framework --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1fa72d6..1dd2974 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [.NET](#net) - [Clojure](#clojure) - [CSS](#css) + - [Cucumber](#cucumber) - [Django](#django) - [EmberJS](#emberjs) - [Erlang](#erlang) @@ -149,6 +150,11 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [Top 50 CSS(Cascading Style Sheet) Interview Questions covering the most of tricky CSS moments](http://career.guru99.com/top-50-csscascading-style-sheet-interview-questions/) * [CSS Questions and Answers](https://github.com/yangshun/tech-interview-handbook/blob/master/front-end/interview-questions.md#css-questions) +### Cucumber + +* [Cucumber Web Application BDD Sample Interview Questions](https://ratedr05.wordpress.com/2017/09/22/cucumber-interview-questions/) +* [Guide to building a simple Cucumber + Watir page object pattern framework](http://watir.com/simple-cucumber-watir-page-object-pattern-framework/) + ### Django * [Some abstract interview questions for Python/Django developers](http://insights.dice.com/2014/04/30/interview-questions-pythondjango-developers/)