Agile Testing cover image

Agile Testing

Applying the principles of agile development to the practice of testing.

Feb 10, 2021 • 5 min read
4.44 (18)
Agile Testing
Agile
Coaching & Mentoring
Continuous Deployment
Quality-Driven development
Show more

Summary

Is it important to test your system's user stories and features before implentation? If YES, why and should it be the FIRST thing to do as an Agile-oriented organization when deploying the system? Agile Testing is a "test-first" approach that applies to all types of agile work to boost the quality of the system before its implementation. It develops and tests systems in small increments, often developing tests before writing the code, Story, or Feature. Let's read the article to find out more.

Takeaways

  • Agile Testing applies the principles of agile development to the practice of testing. It develops and tests systems in small increments, often developing tests before writing the code, Story, or Feature.
  • Agile Testing enhances the quality of the system in development by helping developers elaborate on the system's behavior prior to its implementation.
  • In Agile Testing, the process is collaborative and team-oriented. All team members share responsibility for testing the system.
  • The Agile "Test-First" applies to all types of agile work. That includes capabilities, features, stories, NFRs, and code.

Suggested Resources