BDD scripts are hard to maintain. Through out my career i’ve seen dozens of suites all plagued by various but similar problems. They are slow, bulky and follow long winded steps to perform simple...
There are a few different tools in your arsenal when it comes to increasing performance of your test suite. But instead of trying out different things it is best to find out where you...
These days PHP is mainly used to deliver API’s that feed a front end application rather than server side rendered web apps. But that does not mean you necessarily have to give up on...
SemVer stands for Semantic Versioning. At the time of writing, 2.0.0 is the latest of the versioning strategy. This article won’t outline the entirety of strategy, that you can get on their website. Just...
What is Github? Why and how to use it? Github is a web based version control repository i.e its there to host your application while preserving its history of versioning. There are several version...
So we’ve covered testing without any JavaScript support in this post. While I do not recommend testing heavily with JavaScript for a few different reasons (we’ll cover them later), it is sometimes inevitable. Testing...
Recent Comments