BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Top Ten Reasons to Love Agile Testing

Top Ten Reasons to Love Agile Testing

Leia em Português

Bookmarks

Recently, Kay Johansen asked the question “Why you love Agile testing?” The responses varied from serious to the light hearted.

  1. No more manual test scripts! – Instead the scripts are run automatically leaving the tester more time to exploratory testing.
  2. Developers actually like me! – Finding problems before the iteration finishes and while the code is still fresh in the developer’s mind make it easier for them to find problems.
  3. Now I can break features before they're written! (both Kay and Philip) – With testing starting before the feature is written, the tester can prevent problems.
  4. Automated test results appear many times a day – providing rapid feedback after any changes.
  5. The atmosphere is very team oriented - (John Overbaugh) - Every team member cares about getting the testing finished not just the code (Lisa Crispin)
  6. Tester can fix the occasionally bug  (Lisa Crispin) - Everyone is comfortable since the automated tests
  7. Provides the opportunity to constantly review Test Practices (Adam Knight) – Instead of just repeating what has been done in the past, practices are frequently reviewed. In Adams case tests that used to take 5 days to run manually are down to 30 minutes now.
  8. I spend much, much less time debugging (Adrian Howard) - I get feedback almost as soon as I've made a mistake - so it's usually trivial to find and fix.
  9. The chance to actually impact quality instead of just documenting it! (John Overbaugh) – when the bugs are fixed immediately and not just put in a bug pile.
  10. There's always time for testing, because testing happens first - Josue Barbosa dos Santos tells the story of working in a government office in Brazil where the practice was to test at the end of the project. With development always behind schedule projects would reach the deadline and be released untested to users. By introducing TDD and ATDD at least some of the testing happens as the software is developed.

Kay’s number one reason to love Agile Testing: I get to hear people say "this is the best project I've ever worked on in my life!"

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Thanks

    by Kay Johansen,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks for posting this - it's good to see all the contributions from the agile-testing list.

    -Kay

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT