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 […]
Category: Test Automation
Mix posts about Test Automation
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 […]
Launching Jenkins Slaves on the fly.
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 […]
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 […]
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 […]