When to start testing application performance in an Agile development environment

When to start testing application performance in an Agile development environment

In an agile environment, when does performance testing get done?

    Requires Free Membership to View

    When you register, you'll receive targeted emails designed to keep you informed of the most relevant information on Agile development, application security, testing & QA, software requirements, and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSoftwareQuality.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSoftwareQuality.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

There are a couple of different ways I've dealt with performance testing on agile projects. Most of the time, we create specific stories for performance testing. That is, create a story for the product backlog that requires the team to answer a specific question, or demonstrate during sprint review (or whatever structure you're using for review with the client) that the application performs under certain conditions. This makes the performance testing story the entire team's objective while that story is being worked, and turns out to be a good way to get your tests prioritized along with your features.

Another way to manage performance testing it to track it for specific changes that raise performance concerns. If a specific story creates a performance concern, require performance testing for that story. In the past, I've asked several times for performance test results as part of my acceptance criteria for certain stories.

Finally, if the team is doing enhancements to an existing system, and the performance concern is really focused on a concern around regression, then I'll often just have the testing team run comparisons to our baselines on major releases. For that, you'll need a set of scripts and baseline numbers you use from release to release. They only need to focus on the big things, and should be fairly easy to keep up to date, interpret and manage.

This was first published in July 2010