Tag Archives: testing

Concordion Integration With Jenkins

We recently introduced acceptance test driven development (ATDD) at a client. The idea was for the product owners, developers, and testers to work as a team to come up with the acceptance criteria for user stories before development begins. We adopted this approach … Continue reading

Posted in Continuous Integration, Testing, Tools | Tagged , , | Leave a comment

Testing Backbone Views with QUnit and Sinon

Unit-testing Backbone Views is hard. You need to cover enough for the test to be meaningful (for example DOM updates and server calls), without getting too tangled up in gory details. In this post I’ll talk about how we use … Continue reading

Posted in AJAX, Javascript, Testing | Tagged , , , , | Leave a comment

How to Stop Cucumber Becoming Technology Roadkill

I’ve worked on a number of projects with Cucumber now, and I think it is a terrific tool. However, I’ve been seeing it used in ways that it was not originally intended for, the consequence being acceptance-test suites that grow … Continue reading

Posted in Testing, Tools | Tagged , | 1 Comment