How to run cross browser testing cheaply
Cross browser testing is a standard part of the testing process. No matter what you build – small page, online form or huge service. It’s really important to test it across multiple browsers.
Continuous integration (CI) is the practice, in software engineering, of merging all developer working copies with a shared mainline several times a day. How do we contribute in CI
Cross browser testing is a standard part of the testing process. No matter what you build – small page, online form or huge service. It’s really important to test it across multiple browsers.
I’m huge fan of Continuous Integration and all possible automation which can save me any time during development process. I’m using plenty of different tools in my daily work, but there is always place for...
This article is related to my previous one about setting up PHPCodeSniffer with CodeIgniter coding standards. Installation on Linux boxes is pretty yeasy: sudo pear channel-update pear.php.net yum install php-pear-PHP-CodeSniffer php-phpunit-phpcpd On Mac OS X you...
Just bunch of very useful tools to help us with testing and building REST API. requestb.in – just bin for your API calls. Very easy to capture and test calls from APPS https://www.runscope.com/ – older brother,...