Jenkins Master-Slave Architecture Jenkins is a awesome Continuous Integration tool which allow you to add multiple slaves as per your project requirement . Working in the distributed environment, we need […]
Author: Shashikant Jagtap
Adventures with Jenkins CI on Mac OSX & Linux
Abstract: In an agile software development, Continuous integration became integral part of agile process and agile team won’t be considered as effective without effective and visible continuous integration(CI). Continuous integration […]
Mobile Test Automation & Device Orientation with Behat & SauceLabs
Behat Supports Mobile Automation for Portarit & Landscape orientation with SauceLabs: Hope you enjoyed my Guest Blog post on official Sauce Labs blog about ‘Testing Your Mobile Apps with Behat […]
Automating Web Performance Data Collection with Behat and BrowserMob Proxy
BrowserMob Proxy is a utility which is used for capturing HTTP traffic and performance data from the browser. BrowserMob-Proxy adds in essential missing capabilities such as checking HTTP status codes […]
PHPUnit + Behat/Mink + Page Object: The Rockstar Combination of Testing
Last month, we had discussion about implementing page object pattern in Behat/Mink framework at London Behat Users meetup . Page object pattern is a cool way to make tests maintainable, […]
Behat with Sauce Labs and Jenkins
Note : This post may not work with recent Behat. Please use Official Docs for Behat OR my Github repo for to get it working without any issue https://github.com/Shashikant86/BehatDemo Abstract: […]