BDD with Cucumber, Capybara and Poltergeist Cucumber is a awesome BDD tool which can be used with different web acceptance testing frameworks and different drivers. We can use BDD combination […]
Author: Shashikant Jagtap
iOS Automated Testing in the BDD with Cucumber, Appium and SauceLabs
Abstract The mobile automation is becoming trending topic these days. There are new tools introducing in the market in order to make the iOS and Android automation hassle free and […]
Running Behat Scenarios with PahntomJS
Behat Behat is a Behavior Driven Development tool for the PHP application. Behat and Mink uses many drivers like Selenium, Sahi, Zombie and goutte to launch scenarios. In this post, […]
BDD Code analysis with Cucumber and Cuke_Sniffer
BDD Code Behavior Driven Development a.k.a BDD is a recent and modern software development agile framework. While writing software using BDD, we use different tools but code is structured in […]
Cucumber + CapyBara + Poltergeist: Rockstar BDD Combo
BDD Tools It’s an awesome idea to use BDD tools to automate your acceptance criteria and the tools like Cucumber can help to accomplish this task. The process of automating […]
Tips for the BDD Tester: Most Read Eurostar Article
My Guest Post I am extremely happy to see my guest post on Eurostar blog called “Top Tips for the BDD Tester” has been most read article on the Eurostar Conference. Eurostar […]
Living Documentation in the BDD with Relish
BDD and Living Documentation Bridging the communication Gap between Business and Technology is a main goal of the Behaviour Driven Development [BDD]. By adopting practices of BDD , we can […]
Testing Vim iOS Mobile App with Cucumber & Calabash
Mobile Test Automation Mobile testing is a real challenge when it comes to automation because of variety of the platforms, versions and interfaces. Let’s say, iOS Apps, We got iPhones, […]
Speed up your BDD with Sublime Text 2
Abstract As far as I remember, We had London Behat User’s meetup at SkillsMatter, London on 23, May 2012 titled “Speed up your BDD with Sublime Text 2” Christophe Willemsen […]
Using Zombie.js Driver with Behat’s MinkExtension[Updated]
Zombie.js Zombie.js is a headless browser which uses Node.js, NPM, a C++ compiler and Python. We can use Zombie.js with Behat’s MinkExtesion to make your BDD scenarios much faster. We have […]