iOS Developers Conference 2014 SkilllsMatter[@skillsmatter] has organised an awesome #iOSCon, iOS Developers Conference in London. The programme of the conference can be found here. My talk on iOS Automation with […]
Category: BDD
The post related to Behaviour Driven Development are catogorised into it. It may be regading behat, mink, Cucumber, Selenium. BDD
Behat Mink and headless ZombieJS [Updated]
Behat-Zombie Hope you had enjoyed my previous blog post about setting up Behat-Mink and Zombie driver. It was broken due to latest changes in the driver. Here are some updates, […]
Javascript Coverage & Continuous Integration with Jenkins, QUnit and Grunt
QUnit and Grunt QUnit is a powerful a javascript unit testing framework. Like other unit testing frameworks, it would be quite useful to measure code coverage of the JavaScript code […]
Cucumber, BDD and 21st Century Hackable Atom Editor
Abstract GitHub has just launched Atom Editor, I am using it quite a lot and posted a blog on how to install and setup atom editor on Mac OSX. Since the […]
BDD Living Documentation with Yard-Cucumber
Yard Cucumber Living documentation is very essential when working in the collaborative way with technology and business people. Behaviour Driven Development [BDD]methodology enforces communication between business and technology. Any Documentation […]
Setting up VM’s with Vagrant on OSX
Vagrant Vagrant is a awesome tool to setup repeatable development environments. Vagrant helps developers by introducing common configuration and building development environments across Mac OSX, Linux and Windows. Requirements To […]
Speed up BDD with Parallel Cucumber
Running Cucumber in Parallel First of all, if you using Cucumber as a BDD tool and having large feature set, then you are at the right place. Now we have an awesome […]
Cucumber, Capybara and Poltergeist as Developer Tools: Network Traffic Capture
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 […]
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, […]