Ask HN: QA testing for Agile teams
I've read a number of papers and presentations on how best to integrate QA processes into Agile development, and have some ideas of my own, but I'm curious how other HN folks have tackled this problem.
Obviously, pervasive testing (from unit tests to Selenium) helps a lot with improving quality, but I suspect there's still some value to putting an experienced tester in front of a running instance of your application and seeing what they can break.
How have you guys worked this into the development workflow? Test stories? Periodic "feature freeze" periods where QA drives the development of bug fixes? External QA that simply submits bug reports into the product backlog?
1 comment
[ 3.1 ms ] story [ 14.5 ms ] threadFor sure, a thing that I find the most important in the agile way, is to let the client use the app as much as possible and as sooner as possible. This way, they practically test the application for you and help you focus on the right things.