Category: Test Automation
Behat is a great testing tool. Its capabilities are expanding daily due to its extensible extensions platform. I’ve been automating testing for a while now which includes API’s as well. I thought of sharing...
Some of the elements of a test framework we should not compromise on such as: Speed When I started off, I got the argument of – if we can run the pack at night...
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....
Have you experienced too much automation effort and not much output? Breaking tests here and there despite you’re undying efforts? Test automation is fantastic, it can save everyone a lot of time. But building...
We test so we can have increased confidence in our product that we are about to ship. We have to have it all green and passing. But sometimes when we’re lucky and have designed...
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...
Hello! As coders we have to test our product before we ship it. Some of us choose to automate some don’t. For those who automate, it is important to understand where the boundaries should...
So testing is important these days. In fact I wouldn’t be able to release any code that isn’t backed by automated tests. But as a contractor I often land in situations where there is...
Hey guys, I’ve been coaching Behat and relevant tech’s for some time now. Think it be good to share the information out to you start to finish. I love Behat as an automation testing...
Hey guys, I’ve been coaching Behat and relevant tech’s for some time now. Think it be good to share the information out to you start to finish. My previous article covered the installation of...
Recent Comments