PHPnews.io

Overview for 'testing'


Installing and Securing Jenkins

Written by Sitepoint / Original link on Nov. 29, 2014

Earlier this year, I wrote an article about PHP-CI, which you can use as a continuous integration tool for your PHP projects. Within this article I indicated I still liked Jenkins the most as a CI tool. Time to dive into Jenkins and see how we can set this up for our PHP project. Introduction to Je…


Shuffling elements in Gatling

Written by Joshua Thijssen / Original link on Nov. 15, 2014

On a project where I worked alongside @basdenooijer, we needed to do a quick performance-test on a server. Since our shared hatred against (too) complex gui’s, Bas found an awesome cli-tool called gatling. Basically, like ApacheBench but smarter, and like jMeter, only less complex. With the help of…