Author: forceedge01

0

Static analysis for your bdd scripts

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...

0

Testing JS apps with behat

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...

0

Retrospectives, why/how?

So I found myself in a company where we were supposedly doing bits of Agile, but no retrospectives. For an agile developer, a retrospective may very well be the best part of the cycle....

0

Behat and Databases

How about database driven tests? The traditional way to do this is to setup fixture data once and then test against it. But as time goes by, fixture data gets old and messed up....

0

Why not a SOLID KISS?

I’ve used SOLID, KISS and bunch of other design principles in my career. They are all great, and serve a diverse world. But i’ve found people to stick to one of these principles a...