Skip to content

Coping with change on Scrum projects (Part IV)

May 9, 2009 by Jack Milunsky

Fresh off of a plane from attending Railsconf in Vegas, I feel really enthusiastic about where things are headed with Agile. The conference was well attended with upwards of 1200 developers most of whom are all familiar with Agile practices. And most of the developers I actually spoke to are either Scrum, XP or Scrum and XP shops.

It was also refreshing to know that what they appreciated most about Agile more than anything was the fact that it contributed positively to the quality of code that they were able to produce . This therefore segues nicely into the theme of my Blog post this week on how the role of QA Testers is expected to change on Agile projects.

Having worked in a waterfall environment most of my career, I am all too familiar with the "death march" which inevitably lead to shrinkages in the time left for QA to test the software. Fortunately, for testers as with developers, this story is going to change big time. How so?

#1. You will now be expected to participate right from the beginning of the every sprint. Wow, imagine such a concept. What value can a tester add this early on in a project - I'm being facetious of course. You will be part of the Sprint planning meetings so you'll get to hear right up front what user stories are planned. In fact you will be part of the process of embelishing the user stories themselves. You will for example help to define the user story acceptance test criteria. This significantly helps developers understand what they need to do up front for the tests to pass. And as a result, the quality of the code delivered is dramatically increased as well as the "accuracy" of code i.e. how closely the code matches end user requirements.

#2 You will be expected to be a part of the planning poker sessions to size (estimate) user stories. Participating in the estimating process means the company get's better overall estimates of user story complexity, which in turn means more accurate estimates, better plans, less stress and therefore in general happier teams with higher morale.

#3 You can and should be involved in the creation of unit tests. This is one significant way in which testers can enhance their skillsets. With teams that practice XP pair programming there's a new concept called Ping Pong where the one pair writes the tests, and the other pair writes the code that makes the tests pass. This is an area where testers can add a ton of value to the process with their analytical and "how can I break things" mindset.

#4 You will be expected to automate more and more of the tests. As a result of this, you will contribute to the overall effectiveness of the team and it's productivity. Lean thinking suggests that teams need to be concerned more with cycle time and automated tests have a lot to do with improving cycle time from creation to deployment.

#5 You will be a respected member of the team rather than a second class citizen with the right to "stop the line" (Toyota Production System). i.e. Any bug that is found even early on should be resolved as soon as it is found. The Agile mindset solves the traditional project management problems by building a cohesive team and treating each of the functional areas as development. In fact Scrum only refers to developers on a project. i.e. if you're a tester, on scrum you're just another developer who has deliverables on the Sprint backlog.

#5 Because developers are writing unit tests, you will no longer be receiving extensively buggy code. So you can now rather focus on the more important aspects of testing edge and boundary conditions as well as automating your unit tests.

#6 Scrum and Lean practices expect that all code delivered at the end of the sprint is DONE. i.e. unit tested, functionally tested, integration tested. So you will have the time to get these completed each and every Sprint as all work including test is accounted for in the Sprint plan - as opposed to just having the "last 3 weeks of a project" dedicated to testing.

#7 Agile is built on the premise of sustainable throughput and in order to do this and keep the momentum of the developent pipeline, it is imperitive that quality is built in right from the start. Some of the most significant enhancements in this regard is Test Driven Development and Behaviour Driven Developement.

Testing has certainly matured since Agile methodologies have taken hold and testers themselves are much more respected in the industry today than ever before. Testing is now essential to the development of good software as it ensures that the software does what it's meant to and performs as intended. With concepts such as TDD and BDD, the testing effort has shifted from a traditionally tail ended process to a front ended process and as a result quality is built in right from the start.

I know in my heart of hearts this is single-handedly the #1 reason for higher quality software, happier customers and happier development teams.

About the Author: As COO and Scrum Master, Jack Milunsky heads software development at Brightspark. Jack is an early adopter of Scrum and has a great passion for early stage startups. Jack is co-creator of Agilebuddy, a next generation Scrum Application SaaS. Jack combines over 18 years of experience managing software development teams both large and small. You can follow Jack for great tips on Agile at http://twitter.com/agilebuddy

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <b> <i> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <br> <blockquote>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.

Best of AgileSoftwareDevelopment.com