BDDfire I am glad to announce ‘BDDfire‘ : An instant Ruby-Cucumber BDD framework which supports various popular open-source libraries like Capybara, Selenium-WebDriver, Poltergeist, Relish, Cuke_sniffer, Rubocop, Appium, Saucelabs, Browserstack etc […]
Author: Shashikant Jagtap
RESTful API Testing with Behat and Guzzle
Behat and Guzzle Behat is a behaviour driven development framework for the PHP application. Behat can be used for acceptance testing and api testing. Guzzle is PHP HTTP client to […]
iOS Developers Conference 2014 at SkillsMatter
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 […]
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 […]
PHP Continuous Integration Template using Composer and JenkinsCI
PHP-Jenkins Template Jenkins is a very popular Continuous Integration tool these days and using it with PHP project is became so easy with help of Jenkins-PHP template project. This project […]
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 […]